Html Css Color HEX #2F4BCF Cerulean Blue

📋 copy color: '#2F4BCF'

red 47 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #2F4BCF

Tints of Cerulean Blue #2F4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 14.29%
G = 22.8%
B = 62.92%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F4BCF (or 0x2F4BCF) is known color: Cerulean Blue. HEX triplet: 2F, 4B and CF. RGB value is (47,75,207). Sum of RGB (Red+Green+Blue) = 47+75+207=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F4BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F4BCF is #D0B430. Grayscale: #515151. Windows color (decimal): -13677617 or 13585199. OLE color: 13585199.

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

Color convert

RGB 47 75 207 -
CMYK 0.77 0.64 0 0.19
HSL 229.5º 0.63% 0.5% -
HSV(B) 229.5º 0.77% 0.81% -
XYZ 14.95 10.14 60.2 -
YUV 81.68 198.72 103.27 -
System Red Green Blue C M Y K H S L
Decimal 47 75 207 0.77 0.64 0 0.19 229.5 0.63 0.5
Hex 2F 4B CF 4D 40 0 13 E6 3F 32
Octal 57 113 317 115 100 0 23 346 77 62
Binary 101111 1001011 11001111 1001101 1000000 0 10011 11100110 111111 110010

Color Harmonies of #2F4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4BCF

Black with #2F4BCF

Text Example


Text Example

White with #2F4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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