#2855ca

Color #2855CA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2855CA

Tints of Cerulean Blue #2855CA

Color information

#2855CA (or 0x2855CA) is unknown color: approx Cerulean Blue. HEX triplet: 28, 55 and CA. RGB value is (40,85,202). Sum of RGB (Red+Green+Blue) = 40+85+202=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #2855CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855CA is #D7AA35. Grayscale: #545454. Windows color (decimal): -14133814 or 13260072. OLE color: 13260072.

HSL color Cylindrical-coordinate representation of color #2855CA: hue angle of 223.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2855CA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4085202-
CMYK0.800.5800.21
HSL223.33º66.94%47.45%-
HSV(B)223.33º80.2%79.22%-
XYZ14.7811.2157.26-
YUV84.88194.0995.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=12.23%
G=25.99%
B=61.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal40852020.800.5800.21223.3366.9447.45
Hex2855CA503A015df432f
Octal501253121207202533710357
Binary1010001010101110010101010000111010010101110111111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2855ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2855ca; }

 p { color: rgb(40,85,202); }

 H1.HeaderClassName
 {
   color: #2855ca;
 }
 .AnyTagClassName
 {
   color: #2855ca;
 }
</style>
background-color css

<style>
 a { background-color: #2855ca; }

 a { background-color: rgb(40,85,202); }

 div.DivClassName
 {
   background-color: #2855ca;
 }
 .BgClassName
 {
   background-color: #2855ca;
 }
</style>
border-color css

<style>
 span { border-color: #2855ca; }

 span { border-color: rgb(40,85,202); }

 td.TdClassName
 {
   border-color: #2855ca;
 }
 .TagClassName
 {
   border-color: #2855ca;
 }
</style>