Html Css Color HEX #2864CB Cerulean Blue

📋 copy color: '#2864CB'

red 40 ◦ green 100 ◦ blue 203

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

Shades of Cerulean Blue #2864CB

Tints of Cerulean Blue #2864CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 11.66%
G = 29.15%
B = 59.18%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2864CB (or 0x2864CB) is known color: Cerulean Blue. HEX triplet: 28, 64 and CB. RGB value is (40,100,203). Sum of RGB (Red+Green+Blue) = 40+100+203=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #2864CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864CB is #D79B34. Grayscale: #5D5D5D. Windows color (decimal): -14129973 or 13329448. OLE color: 13329448.

HSL color Cylindrical-coordinate representation of color #2864CB: hue angle of 217.91º 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 #2864CB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 100 203 -
CMYK 0.80 0.51 0 0.20
HSL 217.91º 0.67% 0.48% -
HSV(B) 217.91º 0.8% 0.8% -
XYZ 16.21 13.88 58.32 -
YUV 93.8 189.62 89.62 -
System Red Green Blue C M Y K H S L
Decimal 40 100 203 0.80 0.51 0 0.20 217.91 0.67 0.48
Hex 28 64 CB 50 33 0 14 DA 43 30
Octal 50 144 313 120 63 0 24 332 103 60
Binary 101000 1100100 11001011 1010000 110011 0 10100 11011010 1000011 110000

Color Harmonies of #2864CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864CB

Black with #2864CB

Text Example


Text Example

White with #2864CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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