#2F5AB9

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

Shades of Cerulean Blue #2F5AB9

Tints of Cerulean Blue #2F5AB9

Color information

#2F5AB9 (or 0x2F5AB9) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5A and B9. RGB value is (47,90,185). Sum of RGB (Red+Green+Blue) = 47+90+185=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F5AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5AB9 is #D0A546. Grayscale: #575757. Windows color (decimal): -13673799 or 12147247. OLE color: 12147247.

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

Color convert

RGB4790185-
CMYK0.750.5100.27
HSL221.3º59.48%45.49%-
HSV(B)221.3º74.59%72.55%-
XYZ13.5911.4247.39-
YUV87.97182.7598.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.60%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 185 (72.66% from 255) = 57.45%
R=14.60%
G=27.95%
B=57.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47901850.750.5100.27221.359.4845.49
Hex2F5AB94B3301Bdd3b2d
Octal57132271113630333357355
Binary101111101101010111001100101111001101101111011101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,90,185); }

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

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

 a { background-color: rgb(47,90,185); }

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

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

 span { border-color: rgb(47,90,185); }

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