Shades of Cerulean Blue #2A42DD
Tints of Cerulean Blue #2A42DD
RGB
CMYK
RGB Variations
Color information
#2A42DD (or 0x2A42DD) is known color: Cerulean Blue. HEX triplet: 2A, 42 and DD. RGB value is (42,66,221). Sum of RGB (Red+Green+Blue) = 42+66+221=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A42DD is #D5BD22. Grayscale: #4B4B4B. Windows color (decimal): -14007587 or 14500394. OLE color: 14500394.
HSL color Cylindrical-coordinate representation of color #2A42DD: hue angle of 231.96º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A42DD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 66 | 221 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.13 |
| HSL | 231.96º | 0.72% | 0.52% | - |
| HSV(B) | 231.96º | 0.81% | 0.87% | - |
| XYZ | 15.95 | 9.61 | 69.42 | - |
| YUV | 76.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 221 | 0.81 | 0.70 | 0 | 0.13 | 231.96 | 0.72 | 0.52 |
| Hex | 2A | 42 | DD | 51 | 46 | 0 | D | E8 | 48 | 34 |
| Octal | 52 | 102 | 335 | 121 | 106 | 0 | 15 | 350 | 110 | 64 |
| Binary | 101010 | 1000010 | 11011101 | 1010001 | 1000110 | 0 | 1101 | 11101000 | 1001000 | 110100 |
Color Harmonies of #2A42DD
Complementary color
Monochromatic Colors of #2A42DD
Black with #2A42DD
Text Example
Text Example
White with #2A42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A42DD; }
p { color: rgb(42,66,221); }
H1.HeaderClassName
{
color: #2A42DD;
}
.AnyTagClassName
{
color: #2A42DD;
}
</style>
background-color css
<style>
a { background-color: #2A42DD; }
a { background-color: rgb(42,66,221); }
div.DivClassName
{
background-color: #2A42DD;
}
.BgClassName
{
background-color: #2A42DD;
}
</style>
border-color css
<style>
span { border-color: #2A42DD; }
span { border-color: rgb(42,66,221); }
td.TdClassName
{
border-color: #2A42DD;
}
.TagClassName
{
border-color: #2A42DD;
}
</style>