Shades of Cerulean Blue #2A4CDD
Tints of Cerulean Blue #2A4CDD
RGB
CMYK
RGB Variations
Color information
#2A4CDD (or 0x2A4CDD) is known color: Cerulean Blue. HEX triplet: 2A, 4C and DD. RGB value is (42,76,221). Sum of RGB (Red+Green+Blue) = 42+76+221=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A4CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CDD is #D5B322. Grayscale: #515151. Windows color (decimal): -14005027 or 14502954. OLE color: 14502954.
HSL color Cylindrical-coordinate representation of color #2A4CDD: hue angle of 228.6º 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 #2A4CDD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 76 | 221 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.13 |
| HSL | 228.6º | 0.72% | 0.52% | - |
| HSV(B) | 228.6º | 0.81% | 0.87% | - |
| XYZ | 16.59 | 10.88 | 69.63 | - |
| YUV | 82.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 221 | 0.81 | 0.66 | 0 | 0.13 | 228.6 | 0.72 | 0.52 |
| Hex | 2A | 4C | DD | 51 | 42 | 0 | D | E5 | 48 | 34 |
| Octal | 52 | 114 | 335 | 121 | 102 | 0 | 15 | 345 | 110 | 64 |
| Binary | 101010 | 1001100 | 11011101 | 1010001 | 1000010 | 0 | 1101 | 11100101 | 1001000 | 110100 |
Color Harmonies of #2A4CDD
Complementary color
Monochromatic Colors of #2A4CDD
Black with #2A4CDD
Text Example
Text Example
White with #2A4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4CDD; }
p { color: rgb(42,76,221); }
H1.HeaderClassName
{
color: #2A4CDD;
}
.AnyTagClassName
{
color: #2A4CDD;
}
</style>
background-color css
<style>
a { background-color: #2A4CDD; }
a { background-color: rgb(42,76,221); }
div.DivClassName
{
background-color: #2A4CDD;
}
.BgClassName
{
background-color: #2A4CDD;
}
</style>
border-color css
<style>
span { border-color: #2A4CDD; }
span { border-color: rgb(42,76,221); }
td.TdClassName
{
border-color: #2A4CDD;
}
.TagClassName
{
border-color: #2A4CDD;
}
</style>