Html Css Color HEX #2F5CCC Cerulean Blue

📋 copy color: '#2F5CCC'

red 47 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #2F5CCC

Tints of Cerulean Blue #2F5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

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

R = 13.7%
G = 26.82%
B = 59.48%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2F5CCC (or 0x2F5CCC) is known color: Cerulean Blue. HEX triplet: 2F, 5C and CC. RGB value is (47,92,204). Sum of RGB (Red+Green+Blue) = 47+92+204=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5CCC is #D0A333. Grayscale: #5A5A5A. Windows color (decimal): -13673268 or 13392943. OLE color: 13392943.

HSL color Cylindrical-coordinate representation of color #2F5CCC: hue angle of 222.8º degrees, saturation: 0.63, 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 #2F5CCC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 92 204 -
CMYK 0.77 0.55 0 0.2
HSL 222.8º 0.63% 0.49% -
HSV(B) 222.8º 0.77% 0.8% -
XYZ 15.9 12.62 58.72 -
YUV 91.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 47 92 204 0.77 0.55 0 0.2 222.8 0.63 0.49
Hex 2F 5C CC 4D 37 0 14 DF 3F 31
Octal 57 134 314 115 67 0 24 337 77 61
Binary 101111 1011100 11001100 1001101 110111 0 10100 11011111 111111 110001

Color Harmonies of #2F5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CCC

Black with #2F5CCC

Text Example


Text Example

White with #2F5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,92,204); }

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

background-color css

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

 a { background-color: rgb(47,92,204); }

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

border-color css

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

 span { border-color: rgb(47,92,204); }

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