Shades of Cerulean Blue #2A5BCD
Tints of Cerulean Blue #2A5BCD
RGB
CMYK
RGB Variations
Color information
#2A5BCD (or 0x2A5BCD) is known color: Cerulean Blue. HEX triplet: 2A, 5B and CD. RGB value is (42,91,205). Sum of RGB (Red+Green+Blue) = 42+91+205=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BCD is #D5A432. Grayscale: #585858. Windows color (decimal): -14001203 or 13458218. OLE color: 13458218.
HSL color Cylindrical-coordinate representation of color #2A5BCD: hue angle of 221.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A5BCD is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 91 | 205 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.20 |
| HSL | 221.96º | 0.66% | 0.48% | - |
| HSV(B) | 221.96º | 0.8% | 0.8% | - |
| XYZ | 15.72 | 12.38 | 59.32 | - |
| YUV | 89.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 91 | 205 | 0.80 | 0.56 | 0 | 0.20 | 221.96 | 0.66 | 0.48 |
| Hex | 2A | 5B | CD | 50 | 38 | 0 | 14 | DE | 42 | 30 |
| Octal | 52 | 133 | 315 | 120 | 70 | 0 | 24 | 336 | 102 | 60 |
| Binary | 101010 | 1011011 | 11001101 | 1010000 | 111000 | 0 | 10100 | 11011110 | 1000010 | 110000 |
Color Harmonies of #2A5BCD
Complementary color
Monochromatic Colors of #2A5BCD
Black with #2A5BCD
Text Example
Text Example
White with #2A5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5BCD; }
p { color: rgb(42,91,205); }
H1.HeaderClassName
{
color: #2A5BCD;
}
.AnyTagClassName
{
color: #2A5BCD;
}
</style>
background-color css
<style>
a { background-color: #2A5BCD; }
a { background-color: rgb(42,91,205); }
div.DivClassName
{
background-color: #2A5BCD;
}
.BgClassName
{
background-color: #2A5BCD;
}
</style>
border-color css
<style>
span { border-color: #2A5BCD; }
span { border-color: rgb(42,91,205); }
td.TdClassName
{
border-color: #2A5BCD;
}
.TagClassName
{
border-color: #2A5BCD;
}
</style>