Shades of Cerulean Blue #2A46DA
Tints of Cerulean Blue #2A46DA
RGB
CMYK
RGB Variations
Color information
#2A46DA (or 0x2A46DA) is known color: Cerulean Blue. HEX triplet: 2A, 46 and DA. RGB value is (42,70,218). Sum of RGB (Red+Green+Blue) = 42+70+218=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A46DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A46DA is #D5B925. Grayscale: #4D4D4D. Windows color (decimal): -14006566 or 14304810. OLE color: 14304810.
HSL color Cylindrical-coordinate representation of color #2A46DA: hue angle of 230.45º degrees, saturation: 0.7, 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 #2A46DA is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 70 | 218 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.15 |
| HSL | 230.45º | 0.7% | 0.51% | - |
| HSV(B) | 230.45º | 0.81% | 0.85% | - |
| XYZ | 15.8 | 9.93 | 67.41 | - |
| YUV | 78.5 | 206.72 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 218 | 0.81 | 0.68 | 0 | 0.15 | 230.45 | 0.7 | 0.51 |
| Hex | 2A | 46 | DA | 51 | 44 | 0 | F | E6 | 46 | 33 |
| Octal | 52 | 106 | 332 | 121 | 104 | 0 | 17 | 346 | 106 | 63 |
| Binary | 101010 | 1000110 | 11011010 | 1010001 | 1000100 | 0 | 1111 | 11100110 | 1000110 | 110011 |
Color Harmonies of #2A46DA
Complementary color
Monochromatic Colors of #2A46DA
Black with #2A46DA
Text Example
Text Example
White with #2A46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A46DA; }
p { color: rgb(42,70,218); }
H1.HeaderClassName
{
color: #2A46DA;
}
.AnyTagClassName
{
color: #2A46DA;
}
</style>
background-color css
<style>
a { background-color: #2A46DA; }
a { background-color: rgb(42,70,218); }
div.DivClassName
{
background-color: #2A46DA;
}
.BgClassName
{
background-color: #2A46DA;
}
</style>
border-color css
<style>
span { border-color: #2A46DA; }
span { border-color: rgb(42,70,218); }
td.TdClassName
{
border-color: #2A46DA;
}
.TagClassName
{
border-color: #2A46DA;
}
</style>