Html Css Color HEX #2F64CB Cerulean Blue

📋 copy color: '#2F64CB'

red 47 ◦ green 100 ◦ blue 203

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

Shades of Cerulean Blue #2F64CB

Tints of Cerulean Blue #2F64CB

RGB

 RED value IS 47 (18.75% from 255) = 13.43%

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

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

R = 13.43%
G = 28.57%
B = 58%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F64CB (or 0x2F64CB) is known color: Cerulean Blue. HEX triplet: 2F, 64 and CB. RGB value is (47,100,203). Sum of RGB (Red+Green+Blue) = 47+100+203=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F64CB is #D09B34. Grayscale: #5F5F5F. Windows color (decimal): -13671221 or 13329455. OLE color: 13329455.

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

Color convert

RGB 47 100 203 -
CMYK 0.77 0.51 0 0.20
HSL 219.62º 0.62% 0.49% -
HSV(B) 219.62º 0.77% 0.8% -
XYZ 16.51 14.03 58.34 -
YUV 95.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 47 100 203 0.77 0.51 0 0.20 219.62 0.62 0.49
Hex 2F 64 CB 4D 33 0 14 DC 3E 31
Octal 57 144 313 115 63 0 24 334 76 61
Binary 101111 1100100 11001011 1001101 110011 0 10100 11011100 111110 110001

Color Harmonies of #2F64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F64CB

Black with #2F64CB

Text Example


Text Example

White with #2F64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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