#2454AF

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

Shades of Cerulean Blue #2454AF

Tints of Cerulean Blue #2454AF

Color information

#2454AF (or 0x2454AF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 54 and AF. RGB value is (36,84,175). Sum of RGB (Red+Green+Blue) = 36+84+175=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #2454AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2454AF is #DBAB50. Grayscale: #4F4F4F. Windows color (decimal): -14396241 or 11490340. OLE color: 11490340.

HSL color Cylindrical-coordinate representation of color #2454AF: hue angle of 219.28º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2454AF is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3684175-
CMYK0.790.5200.31
HSL219.28º65.88%41.37%-
HSV(B)219.28º79.43%68.63%-
XYZ11.649.8141.84-
YUV80.02181.696.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.20%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 175 (68.75% from 255) = 59.32%
R=12.20%
G=28.47%
B=59.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36841750.790.5200.31219.2865.8841.37
Hex2454AF4F3401Fdb4229
Octal441242571176403733310251
Binary1001001010100101011111001111110100011111110110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2454AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2454AF; }

 p { color: rgb(36,84,175); }

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

<style>
 a { background-color: #2454AF; }

 a { background-color: rgb(36,84,175); }

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

<style>
 span { border-color: #2454AF; }

 span { border-color: rgb(36,84,175); }

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