#2A59C9

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

Shades of Cerulean Blue #2A59C9

Tints of Cerulean Blue #2A59C9

Color information

#2A59C9 (or 0x2A59C9) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 59 and C9. RGB value is (42,89,201). Sum of RGB (Red+Green+Blue) = 42+89+201=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #2A59C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A59C9 is #D5A636. Grayscale: #575757. Windows color (decimal): -14001719 or 13195562. OLE color: 13195562.

HSL color Cylindrical-coordinate representation of color #2A59C9: hue angle of 222.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A59C9 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4289201-
CMYK0.790.5600.21
HSL222.26º65.43%47.65%-
HSV(B)222.26º79.1%78.82%-
XYZ15.0711.8556.75-
YUV87.71191.9395.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 201 (78.91% from 255) = 60.54%
R=12.65%
G=26.81%
B=60.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42892010.790.5600.21222.2665.4347.65
Hex2A59C94F38015de4130
Octal521313111177002533610160
Binary1010101011001110010011001111111000010101110111101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A59C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,201); }

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

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

 a { background-color: rgb(42,89,201); }

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

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

 span { border-color: rgb(42,89,201); }

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