Html Css Color HEX #2C64CB Cerulean Blue

📋 copy color: '#2C64CB'

red 44 ◦ green 100 ◦ blue 203

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

Shades of Cerulean Blue #2C64CB

Tints of Cerulean Blue #2C64CB

RGB

 RED value IS 44 (17.58% from 255) = 12.68%

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

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

R = 12.68%
G = 28.82%
B = 58.5%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C64CB (or 0x2C64CB) is known color: Cerulean Blue. HEX triplet: 2C, 64 and CB. RGB value is (44,100,203). Sum of RGB (Red+Green+Blue) = 44+100+203=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C64CB is #D39B34. Grayscale: #5E5E5E. Windows color (decimal): -13867829 or 13329452. OLE color: 13329452.

HSL color Cylindrical-coordinate representation of color #2C64CB: hue angle of 218.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C64CB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 100 203 -
CMYK 0.78 0.51 0 0.20
HSL 218.87º 0.64% 0.48% -
HSV(B) 218.87º 0.78% 0.8% -
XYZ 16.38 13.96 58.33 -
YUV 95 188.95 91.62 -
System Red Green Blue C M Y K H S L
Decimal 44 100 203 0.78 0.51 0 0.20 218.87 0.64 0.48
Hex 2C 64 CB 4E 33 0 14 DB 40 30
Octal 54 144 313 116 63 0 24 333 100 60
Binary 101100 1100100 11001011 1001110 110011 0 10100 11011011 1000000 110000

Color Harmonies of #2C64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C64CB

Black with #2C64CB

Text Example


Text Example

White with #2C64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C64CB; }

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

 H1.HeaderClassName
 {
   color: #2C64CB;
 }
 .AnyTagClassName
 {
   color: #2C64CB;
 }
</style>

background-color css

<style>
 a { background-color: #2C64CB; }

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

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

border-color css

<style>
 span { border-color: #2C64CB; }

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

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