Shades of Cerulean Blue #2A43DA
Tints of Cerulean Blue #2A43DA
RGB
CMYK
RGB Variations
Color information
#2A43DA (or 0x2A43DA) is known color: Cerulean Blue. HEX triplet: 2A, 43 and DA. RGB value is (42,67,218). Sum of RGB (Red+Green+Blue) = 42+67+218=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A43DA is #D5BC25. Grayscale: #4C4C4C. Windows color (decimal): -14007334 or 14304042. OLE color: 14304042.
HSL color Cylindrical-coordinate representation of color #2A43DA: hue angle of 231.48º 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 #2A43DA is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 67 | 218 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.15 |
| HSL | 231.48º | 0.7% | 0.51% | - |
| HSV(B) | 231.48º | 0.81% | 0.85% | - |
| XYZ | 15.62 | 9.57 | 67.35 | - |
| YUV | 76.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 218 | 0.81 | 0.69 | 0 | 0.15 | 231.48 | 0.7 | 0.51 |
| Hex | 2A | 43 | DA | 51 | 45 | 0 | F | E7 | 46 | 33 |
| Octal | 52 | 103 | 332 | 121 | 105 | 0 | 17 | 347 | 106 | 63 |
| Binary | 101010 | 1000011 | 11011010 | 1010001 | 1000101 | 0 | 1111 | 11100111 | 1000110 | 110011 |
Color Harmonies of #2A43DA
Complementary color
Monochromatic Colors of #2A43DA
Black with #2A43DA
Text Example
Text Example
White with #2A43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A43DA; }
p { color: rgb(42,67,218); }
H1.HeaderClassName
{
color: #2A43DA;
}
.AnyTagClassName
{
color: #2A43DA;
}
</style>
background-color css
<style>
a { background-color: #2A43DA; }
a { background-color: rgb(42,67,218); }
div.DivClassName
{
background-color: #2A43DA;
}
.BgClassName
{
background-color: #2A43DA;
}
</style>
border-color css
<style>
span { border-color: #2A43DA; }
span { border-color: rgb(42,67,218); }
td.TdClassName
{
border-color: #2A43DA;
}
.TagClassName
{
border-color: #2A43DA;
}
</style>