Html Css Color HEX #2F5DBF Cerulean Blue

📋 copy color: '#2F5DBF'

red 47 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #2F5DBF

Tints of Cerulean Blue #2F5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 191 (75% from 255) = 57.7%

R = 14.2%
G = 28.1%
B = 57.7%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F5DBF (or 0x2F5DBF) is known color: Cerulean Blue. HEX triplet: 2F, 5D and BF. RGB value is (47,93,191). Sum of RGB (Red+Green+Blue) = 47+93+191=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DBF is #D0A240. Grayscale: #595959. Windows color (decimal): -13673025 or 12541231. OLE color: 12541231.

HSL color Cylindrical-coordinate representation of color #2F5DBF: hue angle of 220.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F5DBF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 93 191 -
CMYK 0.75 0.51 0 0.25
HSL 220.83º 0.61% 0.47% -
HSV(B) 220.83º 0.75% 0.75% -
XYZ 14.49 12.19 50.88 -
YUV 90.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 47 93 191 0.75 0.51 0 0.25 220.83 0.61 0.47
Hex 2F 5D BF 4B 33 0 19 DD 3D 2F
Octal 57 135 277 113 63 0 31 335 75 57
Binary 101111 1011101 10111111 1001011 110011 0 11001 11011101 111101 101111

Color Harmonies of #2F5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5DBF

Black with #2F5DBF

Text Example


Text Example

White with #2F5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,191); }

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

background-color css

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

 a { background-color: rgb(47,93,191); }

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

border-color css

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

 span { border-color: rgb(47,93,191); }

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