#2F5FB7

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

Shades of Cerulean Blue #2F5FB7

Tints of Cerulean Blue #2F5FB7

Color information

#2F5FB7 (or 0x2F5FB7) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5F and B7. RGB value is (47,95,183). Sum of RGB (Red+Green+Blue) = 47+95+183=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F5FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FB7 is #D0A048. Grayscale: #5A5A5A. Windows color (decimal): -13672521 or 12017455. OLE color: 12017455.

HSL color Cylindrical-coordinate representation of color #2F5FB7: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F5FB7 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4795183-
CMYK0.740.4800.28
HSL218.82º59.13%45.1%-
HSV(B)218.82º74.32%71.76%-
XYZ13.8112.2146.43-
YUV90.68180.196.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 183 (71.88% from 255) = 56.31%
R=14.46%
G=29.23%
B=56.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47951830.740.4800.28218.8259.1345.1
Hex2F5FB74A3001Cdb3b2d
Octal57137267112600343337355
Binary101111101111110110111100101011000001110011011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,183); }

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

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

 a { background-color: rgb(47,95,183); }

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

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

 span { border-color: rgb(47,95,183); }

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