Shades of Cerulean Blue #2A45DA
Tints of Cerulean Blue #2A45DA
RGB
CMYK
RGB Variations
Color information
#2A45DA (or 0x2A45DA) is known color: Cerulean Blue. HEX triplet: 2A, 45 and DA. RGB value is (42,69,218). Sum of RGB (Red+Green+Blue) = 42+69+218=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A45DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A45DA is #D5BA25. Grayscale: #4D4D4D. Windows color (decimal): -14006822 or 14304554. OLE color: 14304554.
HSL color Cylindrical-coordinate representation of color #2A45DA: hue angle of 230.8º 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 #2A45DA is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 69 | 218 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.15 |
| HSL | 230.8º | 0.7% | 0.51% | - |
| HSV(B) | 230.8º | 0.81% | 0.85% | - |
| XYZ | 15.74 | 9.81 | 67.39 | - |
| YUV | 77.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 218 | 0.81 | 0.68 | 0 | 0.15 | 230.8 | 0.7 | 0.51 |
| Hex | 2A | 45 | DA | 51 | 44 | 0 | F | E7 | 46 | 33 |
| Octal | 52 | 105 | 332 | 121 | 104 | 0 | 17 | 347 | 106 | 63 |
| Binary | 101010 | 1000101 | 11011010 | 1010001 | 1000100 | 0 | 1111 | 11100111 | 1000110 | 110011 |
Color Harmonies of #2A45DA
Complementary color
Monochromatic Colors of #2A45DA
Black with #2A45DA
Text Example
Text Example
White with #2A45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A45DA; }
p { color: rgb(42,69,218); }
H1.HeaderClassName
{
color: #2A45DA;
}
.AnyTagClassName
{
color: #2A45DA;
}
</style>
background-color css
<style>
a { background-color: #2A45DA; }
a { background-color: rgb(42,69,218); }
div.DivClassName
{
background-color: #2A45DA;
}
.BgClassName
{
background-color: #2A45DA;
}
</style>
border-color css
<style>
span { border-color: #2A45DA; }
span { border-color: rgb(42,69,218); }
td.TdClassName
{
border-color: #2A45DA;
}
.TagClassName
{
border-color: #2A45DA;
}
</style>