#2F5ECB

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

Shades of Cerulean Blue #2F5ECB

Tints of Cerulean Blue #2F5ECB

Color information

#2F5ECB (or 0x2F5ECB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5E and CB. RGB value is (47,94,203). Sum of RGB (Red+Green+Blue) = 47+94+203=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ECB is #D0A134. Grayscale: #5B5B5B. Windows color (decimal): -13672757 or 13327919. OLE color: 13327919.

HSL color Cylindrical-coordinate representation of color #2F5ECB: hue angle of 221.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5ECB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4794203-
CMYK0.770.5400.20
HSL221.92º62.4%49.02%-
HSV(B)221.92º76.85%79.61%-
XYZ15.9512.9258.15-
YUV92.37190.4395.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.66%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=13.66%
G=27.33%
B=59.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal47942030.770.5400.20221.9262.449.02
Hex2F5ECB4D36014de3e31
Octal57136313115660243367661
Binary101111101111011001011100110111011001010011011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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