Shades of Cerulean Blue #2A5FD5
Tints of Cerulean Blue #2A5FD5
RGB
CMYK
RGB Variations
Color information
#2A5FD5 (or 0x2A5FD5) is known color: Cerulean Blue. HEX triplet: 2A, 5F and D5. RGB value is (42,95,213). Sum of RGB (Red+Green+Blue) = 42+95+213=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #2A5FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5FD5 is #D5A02A. Grayscale: #5C5C5C. Windows color (decimal): -14000171 or 13983530. OLE color: 13983530.
HSL color Cylindrical-coordinate representation of color #2A5FD5: hue angle of 221.4º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A5FD5 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 95 | 213 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.16 |
| HSL | 221.4º | 0.67% | 0.5% | - |
| HSV(B) | 221.4º | 0.8% | 0.84% | - |
| XYZ | 17.06 | 13.48 | 64.65 | - |
| YUV | 92.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 213 | 0.80 | 0.55 | 0 | 0.16 | 221.4 | 0.67 | 0.5 |
| Hex | 2A | 5F | D5 | 50 | 37 | 0 | 10 | DD | 43 | 32 |
| Octal | 52 | 137 | 325 | 120 | 67 | 0 | 20 | 335 | 103 | 62 |
| Binary | 101010 | 1011111 | 11010101 | 1010000 | 110111 | 0 | 10000 | 11011101 | 1000011 | 110010 |
Color Harmonies of #2A5FD5
Complementary color
Monochromatic Colors of #2A5FD5
Black with #2A5FD5
Text Example
Text Example
White with #2A5FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5FD5; }
p { color: rgb(42,95,213); }
H1.HeaderClassName
{
color: #2A5FD5;
}
.AnyTagClassName
{
color: #2A5FD5;
}
</style>
background-color css
<style>
a { background-color: #2A5FD5; }
a { background-color: rgb(42,95,213); }
div.DivClassName
{
background-color: #2A5FD5;
}
.BgClassName
{
background-color: #2A5FD5;
}
</style>
border-color css
<style>
span { border-color: #2A5FD5; }
span { border-color: rgb(42,95,213); }
td.TdClassName
{
border-color: #2A5FD5;
}
.TagClassName
{
border-color: #2A5FD5;
}
</style>