Shades of Cerulean Blue #2A43BD
Tints of Cerulean Blue #2A43BD
RGB
CMYK
RGB Variations
Color information
#2A43BD (or 0x2A43BD) is known color: Cerulean Blue. HEX triplet: 2A, 43 and BD. RGB value is (42,67,189). Sum of RGB (Red+Green+Blue) = 42+67+189=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A43BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A43BD is #D5BC42. Grayscale: #484848. Windows color (decimal): -14007363 or 12403498. OLE color: 12403498.
HSL color Cylindrical-coordinate representation of color #2A43BD: hue angle of 229.8º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A43BD is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 67 | 189 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.26 |
| HSL | 229.8º | 0.64% | 0.45% | - |
| HSV(B) | 229.8º | 0.78% | 0.74% | - |
| XYZ | 12.15 | 8.18 | 49.08 | - |
| YUV | 73.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 189 | 0.78 | 0.65 | 0 | 0.26 | 229.8 | 0.64 | 0.45 |
| Hex | 2A | 43 | BD | 4E | 41 | 0 | 1A | E6 | 40 | 2D |
| Octal | 52 | 103 | 275 | 116 | 101 | 0 | 32 | 346 | 100 | 55 |
| Binary | 101010 | 1000011 | 10111101 | 1001110 | 1000001 | 0 | 11010 | 11100110 | 1000000 | 101101 |
Color Harmonies of #2A43BD
Complementary color
Monochromatic Colors of #2A43BD
Black with #2A43BD
Text Example
Text Example
White with #2A43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A43BD; }
p { color: rgb(42,67,189); }
H1.HeaderClassName
{
color: #2A43BD;
}
.AnyTagClassName
{
color: #2A43BD;
}
</style>
background-color css
<style>
a { background-color: #2A43BD; }
a { background-color: rgb(42,67,189); }
div.DivClassName
{
background-color: #2A43BD;
}
.BgClassName
{
background-color: #2A43BD;
}
</style>
border-color css
<style>
span { border-color: #2A43BD; }
span { border-color: rgb(42,67,189); }
td.TdClassName
{
border-color: #2A43BD;
}
.TagClassName
{
border-color: #2A43BD;
}
</style>