Html Css Color HEX #2559AA Cerulean Blue

📋 copy color: '#2559AA'

red 37 ◦ green 89 ◦ blue 170

#2559AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2559AA

Tints of Cerulean Blue #2559AA

RGB

 RED value IS 37 (14.84% from 255) = 12.5%

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 12.5%
G = 30.07%
B = 57.43%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2559AA (or 0x2559AA) is known color: Cerulean Blue. HEX triplet: 25, 59 and AA. RGB value is (37,89,170). Sum of RGB (Red+Green+Blue) = 37+89+170=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #2559AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2559AA is #DAA655. Grayscale: #525252. Windows color (decimal): -14329430 or 11163941. OLE color: 11163941.

HSL color Cylindrical-coordinate representation of color #2559AA: hue angle of 216.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2559AA is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 89 170 -
CMYK 0.78 0.48 0 0.33
HSL 216.54º 0.64% 0.41% -
HSV(B) 216.54º 0.78% 0.67% -
XYZ 11.59 10.44 39.43 -
YUV 82.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 37 89 170 0.78 0.48 0 0.33 216.54 0.64 0.41
Hex 25 59 AA 4E 30 0 21 D9 40 29
Octal 45 131 252 116 60 0 41 331 100 51
Binary 100101 1011001 10101010 1001110 110000 0 100001 11011001 1000000 101001

Color Harmonies of #2559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559AA

Black with #2559AA

Text Example


Text Example

White with #2559AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2559AA;
 }
 .AnyTagClassName
 {
   color: #2559AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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