Html Css Color HEX #2864CC Cerulean Blue

📋 copy color: '#2864CC'

red 40 ◦ green 100 ◦ blue 204

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

Shades of Cerulean Blue #2864CC

Tints of Cerulean Blue #2864CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 11.63%
G = 29.07%
B = 59.3%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2864CC (or 0x2864CC) is known color: Cerulean Blue. HEX triplet: 28, 64 and CC. RGB value is (40,100,204). Sum of RGB (Red+Green+Blue) = 40+100+204=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #2864CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864CC is #D79B33. Grayscale: #5D5D5D. Windows color (decimal): -14129972 or 13394984. OLE color: 13394984.

HSL color Cylindrical-coordinate representation of color #2864CC: hue angle of 218.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2864CC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 100 204 -
CMYK 0.80 0.51 0 0.2
HSL 218.05º 0.67% 0.48% -
HSV(B) 218.05º 0.8% 0.8% -
XYZ 16.33 13.93 58.95 -
YUV 93.92 190.12 89.54 -
System Red Green Blue C M Y K H S L
Decimal 40 100 204 0.80 0.51 0 0.2 218.05 0.67 0.48
Hex 28 64 CC 50 33 0 14 DA 43 30
Octal 50 144 314 120 63 0 24 332 103 60
Binary 101000 1100100 11001100 1010000 110011 0 10100 11011010 1000011 110000

Color Harmonies of #2864CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864CC

Black with #2864CC

Text Example


Text Example

White with #2864CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2864CC; }

 p { color: rgb(40,100,204); }

 H1.HeaderClassName
 {
   color: #2864CC;
 }
 .AnyTagClassName
 {
   color: #2864CC;
 }
</style>

background-color css

<style>
 a { background-color: #2864CC; }

 a { background-color: rgb(40,100,204); }

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

border-color css

<style>
 span { border-color: #2864CC; }

 span { border-color: rgb(40,100,204); }

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