#2F5EBA

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

Shades of Cerulean Blue #2F5EBA

Tints of Cerulean Blue #2F5EBA

Color information

#2F5EBA (or 0x2F5EBA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5E and BA. RGB value is (47,94,186). Sum of RGB (Red+Green+Blue) = 47+94+186=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5EBA is #D0A145. Grayscale: #5A5A5A. Windows color (decimal): -13672774 or 12213807. OLE color: 12213807.

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

Color convert

RGB4794186-
CMYK0.750.4900.27
HSL219.71º59.66%45.69%-
HSV(B)219.71º74.73%72.94%-
XYZ14.0412.1548.06-
YUV90.44181.9397.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=14.37%
G=28.75%
B=56.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47941860.750.4900.27219.7159.6645.69
Hex2F5EBA4B3101Bdc3c2e
Octal57136272113610333347456
Binary101111101111010111010100101111000101101111011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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