Html Css Color HEX #2855CE Cerulean Blue

📋 copy color: '#2855CE'

red 40 ◦ green 85 ◦ blue 206

#2855CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2855CE

Tints of Cerulean Blue #2855CE

RGB

 RED value IS 40 (16.02% from 255) = 12.08%

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 12.08%
G = 25.68%
B = 62.24%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2855CE (or 0x2855CE) is known color: Cerulean Blue. HEX triplet: 28, 55 and CE. RGB value is (40,85,206). Sum of RGB (Red+Green+Blue) = 40+85+206=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #2855CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855CE is #D7AA31. Grayscale: #545454. Windows color (decimal): -14133810 or 13522216. OLE color: 13522216.

HSL color Cylindrical-coordinate representation of color #2855CE: hue angle of 223.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2855CE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 85 206 -
CMYK 0.81 0.59 0 0.19
HSL 223.73º 0.67% 0.48% -
HSV(B) 223.73º 0.81% 0.81% -
XYZ 15.26 11.4 59.79 -
YUV 85.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 40 85 206 0.81 0.59 0 0.19 223.73 0.67 0.48
Hex 28 55 CE 51 3B 0 13 E0 43 30
Octal 50 125 316 121 73 0 23 340 103 60
Binary 101000 1010101 11001110 1010001 111011 0 10011 11100000 1000011 110000

Color Harmonies of #2855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855CE

Black with #2855CE

Text Example


Text Example

White with #2855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2855CE;
 }
 .AnyTagClassName
 {
   color: #2855CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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