Html Css Color HEX #2F4FCD Cerulean Blue

📋 copy color: '#2F4FCD'

red 47 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #2F4FCD

Tints of Cerulean Blue #2F4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 14.2%
G = 23.87%
B = 61.93%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F4FCD (or 0x2F4FCD) is known color: Cerulean Blue. HEX triplet: 2F, 4F and CD. RGB value is (47,79,205). Sum of RGB (Red+Green+Blue) = 47+79+205=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FCD is #D0B032. Grayscale: #535353. Windows color (decimal): -13676595 or 13455151. OLE color: 13455151.

HSL color Cylindrical-coordinate representation of color #2F4FCD: hue angle of 227.85º 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 #2F4FCD is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 79 205 -
CMYK 0.77 0.61 0 0.20
HSL 227.85º 0.63% 0.49% -
HSV(B) 227.85º 0.77% 0.8% -
XYZ 14.99 10.6 59.01 -
YUV 83.8 196.4 101.75 -
System Red Green Blue C M Y K H S L
Decimal 47 79 205 0.77 0.61 0 0.20 227.85 0.63 0.49
Hex 2F 4F CD 4D 3D 0 14 E4 3F 31
Octal 57 117 315 115 75 0 24 344 77 61
Binary 101111 1001111 11001101 1001101 111101 0 10100 11100100 111111 110001

Color Harmonies of #2F4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4FCD

Black with #2F4FCD

Text Example


Text Example

White with #2F4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,79,205); }

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

background-color css

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

 a { background-color: rgb(47,79,205); }

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

border-color css

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

 span { border-color: rgb(47,79,205); }

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