#2559B4

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

Shades of Cerulean Blue #2559B4

Tints of Cerulean Blue #2559B4

Color information

#2559B4 (or 0x2559B4) is unknown color: approx Cerulean Blue. HEX triplet: 25, 59 and B4. RGB value is (37,89,180). Sum of RGB (Red+Green+Blue) = 37+89+180=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #2559B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559B4 is #DAA64B. Grayscale: #535353. Windows color (decimal): -14329420 or 11819301. OLE color: 11819301.

HSL color Cylindrical-coordinate representation of color #2559B4: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2559B4 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3789180-
CMYK0.790.5100.29
HSL218.18º65.9%42.55%-
HSV(B)218.18º79.44%70.59%-
XYZ12.5710.8344.61-
YUV83.83182.2794.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 180 (70.70% from 255) = 58.82%
R=12.09%
G=29.08%
B=58.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37891800.790.5100.29218.1865.942.55
Hex2559B44F3301Dda422b
Octal451312641176303533210253
Binary1001011011001101101001001111110011011101110110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2559B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2559B4; }

 p { color: rgb(37,89,180); }

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

<style>
 a { background-color: #2559B4; }

 a { background-color: rgb(37,89,180); }

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

<style>
 span { border-color: #2559B4; }

 span { border-color: rgb(37,89,180); }

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