#2459DC

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

Shades of Cerulean Blue #2459DC

Tints of Cerulean Blue #2459DC

Color information

#2459DC (or 0x2459DC) is unknown color: approx Cerulean Blue. HEX triplet: 24, 59 and DC. RGB value is (36,89,220). Sum of RGB (Red+Green+Blue) = 36+89+220=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #2459DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2459DC is #DBA623. Grayscale: #575757. Windows color (decimal): -14394916 or 14440740. OLE color: 14440740.

HSL color Cylindrical-coordinate representation of color #2459DC: hue angle of 222.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2459DC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3689220-
CMYK0.840.6000.14
HSL222.72º72.44%50.2%-
HSV(B)222.72º83.64%86.27%-
XYZ17.2212.6969.25-
YUV88.09202.4490.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.43%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 220 (86.33% from 255) = 63.77%
R=10.43%
G=25.80%
B=63.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal36892200.840.6000.14222.7272.4450.2
Hex2459DC543C0Edf4832
Octal441313341247401633711062
Binary100100101100111011100101010011110001110110111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2459DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2459DC; }

 p { color: rgb(36,89,220); }

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

<style>
 a { background-color: #2459DC; }

 a { background-color: rgb(36,89,220); }

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

<style>
 span { border-color: #2459DC; }

 span { border-color: rgb(36,89,220); }

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