Html Css Color HEX #2F4DCF Cerulean Blue

📋 copy color: '#2F4DCF'

red 47 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #2F4DCF

Tints of Cerulean Blue #2F4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 14.2%
G = 23.26%
B = 62.54%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F4DCF (or 0x2F4DCF) is known color: Cerulean Blue. HEX triplet: 2F, 4D and CF. RGB value is (47,77,207). Sum of RGB (Red+Green+Blue) = 47+77+207=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F4DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DCF is #D0B230. Grayscale: #525252. Windows color (decimal): -13677105 or 13585711. OLE color: 13585711.

HSL color Cylindrical-coordinate representation of color #2F4DCF: hue angle of 228.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F4DCF is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 77 207 -
CMYK 0.77 0.63 0 0.19
HSL 228.75º 0.63% 0.5% -
HSV(B) 228.75º 0.77% 0.81% -
XYZ 15.09 10.42 60.25 -
YUV 82.85 198.06 102.43 -
System Red Green Blue C M Y K H S L
Decimal 47 77 207 0.77 0.63 0 0.19 228.75 0.63 0.5
Hex 2F 4D CF 4D 3F 0 13 E5 3F 32
Octal 57 115 317 115 77 0 23 345 77 62
Binary 101111 1001101 11001111 1001101 111111 0 10011 11100101 111111 110010

Color Harmonies of #2F4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DCF

Black with #2F4DCF

Text Example


Text Example

White with #2F4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,207); }

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

background-color css

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

 a { background-color: rgb(47,77,207); }

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

border-color css

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

 span { border-color: rgb(47,77,207); }

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