#2F5EBF

Color #2F5EBF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2F5EBF

Tints of Cerulean Blue #2F5EBF

Color information

#2F5EBF (or 0x2F5EBF) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5E and BF. RGB value is (47,94,191). Sum of RGB (Red+Green+Blue) = 47+94+191=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5EBF is #D0A140. Grayscale: #5A5A5A. Windows color (decimal): -13672769 or 12541487. OLE color: 12541487.

HSL color Cylindrical-coordinate representation of color #2F5EBF: hue angle of 220.42º 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 #2F5EBF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4794191-
CMYK0.750.5100.25
HSL220.42º60.5%46.67%-
HSV(B)220.42º75.39%74.9%-
XYZ14.5812.3750.91-
YUV91184.4396.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.16%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 191 (75% from 255) = 57.53%
R=14.16%
G=28.31%
B=57.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47941910.750.5100.25220.4260.546.67
Hex2F5EBF4B33019dc3d2f
Octal57136277113630313347557
Binary101111101111010111111100101111001101100111011100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F5EBF;
 }
 .AnyTagClassName
 {
   color: #2F5EBF;
 }
</style>
background-color css

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

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

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

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

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

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