#2F5ABE

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

Shades of Cerulean Blue #2F5ABE

Tints of Cerulean Blue #2F5ABE

Color information

#2F5ABE (or 0x2F5ABE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5A and BE. RGB value is (47,90,190). Sum of RGB (Red+Green+Blue) = 47+90+190=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ABE is #D0A541. Grayscale: #585858. Windows color (decimal): -13673794 or 12474927. OLE color: 12474927.

HSL color Cylindrical-coordinate representation of color #2F5ABE: hue angle of 221.96º 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 #2F5ABE is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4790190-
CMYK0.750.5300.25
HSL221.96º60.34%46.47%-
HSV(B)221.96º75.26%74.51%-
XYZ14.1211.6350.22-
YUV88.54185.2598.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=14.37%
G=27.52%
B=58.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47901900.750.5300.25221.9660.3446.47
Hex2F5ABE4B35019de3c2e
Octal57132276113650313367456
Binary101111101101010111110100101111010101100111011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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