#2F5FBE

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

Shades of Cerulean Blue #2F5FBE

Tints of Cerulean Blue #2F5FBE

Color information

#2F5FBE (or 0x2F5FBE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5F and BE. RGB value is (47,95,190). Sum of RGB (Red+Green+Blue) = 47+95+190=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FBE is #D0A041. Grayscale: #5B5B5B. Windows color (decimal): -13672514 or 12476207. OLE color: 12476207.

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

Color convert

RGB4795190-
CMYK0.750.500.25
HSL219.86º60.34%46.47%-
HSV(B)219.86º75.26%74.51%-
XYZ14.5612.5150.36-
YUV91.48183.696.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.16%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=14.16%
G=28.61%
B=57.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47951900.750.500.25219.8660.3446.47
Hex2F5FBE4B32019dc3c2e
Octal57137276113620313347456
Binary101111101111110111110100101111001001100111011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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