Shades of Cerulean Blue #2A41D8
Tints of Cerulean Blue #2A41D8
RGB
CMYK
RGB Variations
Color information
#2A41D8 (or 0x2A41D8) is known color: Cerulean Blue. HEX triplet: 2A, 41 and D8. RGB value is (42,65,216). Sum of RGB (Red+Green+Blue) = 42+65+216=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 216 (84.77% from 255 or 66.87% from 323); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A41D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A41D8 is #D5BE27. Grayscale: #4A4A4A. Windows color (decimal): -14007848 or 14172458. OLE color: 14172458.
HSL color Cylindrical-coordinate representation of color #2A41D8: hue angle of 232.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A41D8 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 65 | 216 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.15 |
| HSL | 232.07º | 0.69% | 0.51% | - |
| HSV(B) | 232.07º | 0.81% | 0.85% | - |
| XYZ | 15.24 | 9.23 | 65.94 | - |
| YUV | 75.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 216 | 0.81 | 0.70 | 0 | 0.15 | 232.07 | 0.69 | 0.51 |
| Hex | 2A | 41 | D8 | 51 | 46 | 0 | F | E8 | 45 | 33 |
| Octal | 52 | 101 | 330 | 121 | 106 | 0 | 17 | 350 | 105 | 63 |
| Binary | 101010 | 1000001 | 11011000 | 1010001 | 1000110 | 0 | 1111 | 11101000 | 1000101 | 110011 |
Color Harmonies of #2A41D8
Complementary color
Monochromatic Colors of #2A41D8
Black with #2A41D8
Text Example
Text Example
White with #2A41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41D8; }
p { color: rgb(42,65,216); }
H1.HeaderClassName
{
color: #2A41D8;
}
.AnyTagClassName
{
color: #2A41D8;
}
</style>
background-color css
<style>
a { background-color: #2A41D8; }
a { background-color: rgb(42,65,216); }
div.DivClassName
{
background-color: #2A41D8;
}
.BgClassName
{
background-color: #2A41D8;
}
</style>
border-color css
<style>
span { border-color: #2A41D8; }
span { border-color: rgb(42,65,216); }
td.TdClassName
{
border-color: #2A41D8;
}
.TagClassName
{
border-color: #2A41D8;
}
</style>