Shades of Cerulean Blue #2A52DC
Tints of Cerulean Blue #2A52DC
RGB
CMYK
RGB Variations
Color information
#2A52DC (or 0x2A52DC) is known color: Cerulean Blue. HEX triplet: 2A, 52 and DC. RGB value is (42,82,220). Sum of RGB (Red+Green+Blue) = 42+82+220=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A52DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52DC is #D5AD23. Grayscale: #555555. Windows color (decimal): -14003492 or 14438954. OLE color: 14438954.
HSL color Cylindrical-coordinate representation of color #2A52DC: hue angle of 226.52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A52DC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 82 | 220 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.14 |
| HSL | 226.52º | 0.72% | 0.51% | - |
| HSV(B) | 226.52º | 0.81% | 0.86% | - |
| XYZ | 16.89 | 11.69 | 69.08 | - |
| YUV | 85.77 | 203.75 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 220 | 0.81 | 0.63 | 0 | 0.14 | 226.52 | 0.72 | 0.51 |
| Hex | 2A | 52 | DC | 51 | 3F | 0 | E | E3 | 48 | 33 |
| Octal | 52 | 122 | 334 | 121 | 77 | 0 | 16 | 343 | 110 | 63 |
| Binary | 101010 | 1010010 | 11011100 | 1010001 | 111111 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #2A52DC
Complementary color
Monochromatic Colors of #2A52DC
Black with #2A52DC
Text Example
Text Example
White with #2A52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A52DC; }
p { color: rgb(42,82,220); }
H1.HeaderClassName
{
color: #2A52DC;
}
.AnyTagClassName
{
color: #2A52DC;
}
</style>
background-color css
<style>
a { background-color: #2A52DC; }
a { background-color: rgb(42,82,220); }
div.DivClassName
{
background-color: #2A52DC;
}
.BgClassName
{
background-color: #2A52DC;
}
</style>
border-color css
<style>
span { border-color: #2A52DC; }
span { border-color: rgb(42,82,220); }
td.TdClassName
{
border-color: #2A52DC;
}
.TagClassName
{
border-color: #2A52DC;
}
</style>