Html Css Color HEX #2F50CF Cerulean Blue

📋 copy color: '#2F50CF'

red 47 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #2F50CF

Tints of Cerulean Blue #2F50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

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

R = 14.07%
G = 23.95%
B = 61.98%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F50CF (or 0x2F50CF) is known color: Cerulean Blue. HEX triplet: 2F, 50 and CF. RGB value is (47,80,207). Sum of RGB (Red+Green+Blue) = 47+80+207=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F50CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F50CF is #D0AF30. Grayscale: #545454. Windows color (decimal): -13676337 or 13586479. OLE color: 13586479.

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

Color convert

RGB 47 80 207 -
CMYK 0.77 0.61 0 0.19
HSL 227.63º 0.63% 0.5% -
HSV(B) 227.63º 0.77% 0.81% -
XYZ 15.3 10.85 60.32 -
YUV 84.61 197.07 101.17 -
System Red Green Blue C M Y K H S L
Decimal 47 80 207 0.77 0.61 0 0.19 227.63 0.63 0.5
Hex 2F 50 CF 4D 3D 0 13 E4 3F 32
Octal 57 120 317 115 75 0 23 344 77 62
Binary 101111 1010000 11001111 1001101 111101 0 10011 11100100 111111 110010

Color Harmonies of #2F50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F50CF

Black with #2F50CF

Text Example


Text Example

White with #2F50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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