Html Css Color HEX #2F4FCB Cerulean Blue

📋 copy color: '#2F4FCB'

red 47 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #2F4FCB

Tints of Cerulean Blue #2F4FCB

RGB

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

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

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

R = 14.29%
G = 24.01%
B = 61.7%

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

#2F4FCB (or 0x2F4FCB) is known color: Cerulean Blue. HEX triplet: 2F, 4F and CB. RGB value is (47,79,203). Sum of RGB (Red+Green+Blue) = 47+79+203=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F4FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FCB is #D0B034. Grayscale: #535353. Windows color (decimal): -13676597 or 13324079. OLE color: 13324079.

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

Color convert

RGB 47 79 203 -
CMYK 0.77 0.61 0 0.20
HSL 227.69º 0.62% 0.49% -
HSV(B) 227.69º 0.77% 0.8% -
XYZ 14.75 10.51 57.75 -
YUV 83.57 195.4 101.92 -
System Red Green Blue C M Y K H S L
Decimal 47 79 203 0.77 0.61 0 0.20 227.69 0.62 0.49
Hex 2F 4F CB 4D 3D 0 14 E4 3E 31
Octal 57 117 313 115 75 0 24 344 76 61
Binary 101111 1001111 11001011 1001101 111101 0 10100 11100100 111110 110001

Color Harmonies of #2F4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4FCB

Black with #2F4FCB

Text Example


Text Example

White with #2F4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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