Shades of Cerulean Blue #2A4FCD
Tints of Cerulean Blue #2A4FCD
RGB
CMYK
RGB Variations
Color information
#2A4FCD (or 0x2A4FCD) is known color: Cerulean Blue. HEX triplet: 2A, 4F and CD. RGB value is (42,79,205). Sum of RGB (Red+Green+Blue) = 42+79+205=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FCD is #D5B032. Grayscale: #515151. Windows color (decimal): -14004275 or 13455146. OLE color: 13455146.
HSL color Cylindrical-coordinate representation of color #2A4FCD: hue angle of 226.38º 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 #2A4FCD is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 79 | 205 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.20 |
| HSL | 226.38º | 0.66% | 0.48% | - |
| HSV(B) | 226.38º | 0.8% | 0.8% | - |
| XYZ | 14.77 | 10.49 | 59 | - |
| YUV | 82.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 205 | 0.80 | 0.61 | 0 | 0.20 | 226.38 | 0.66 | 0.48 |
| Hex | 2A | 4F | CD | 50 | 3D | 0 | 14 | E2 | 42 | 30 |
| Octal | 52 | 117 | 315 | 120 | 75 | 0 | 24 | 342 | 102 | 60 |
| Binary | 101010 | 1001111 | 11001101 | 1010000 | 111101 | 0 | 10100 | 11100010 | 1000010 | 110000 |
Color Harmonies of #2A4FCD
Complementary color
Monochromatic Colors of #2A4FCD
Black with #2A4FCD
Text Example
Text Example
White with #2A4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4FCD; }
p { color: rgb(42,79,205); }
H1.HeaderClassName
{
color: #2A4FCD;
}
.AnyTagClassName
{
color: #2A4FCD;
}
</style>
background-color css
<style>
a { background-color: #2A4FCD; }
a { background-color: rgb(42,79,205); }
div.DivClassName
{
background-color: #2A4FCD;
}
.BgClassName
{
background-color: #2A4FCD;
}
</style>
border-color css
<style>
span { border-color: #2A4FCD; }
span { border-color: rgb(42,79,205); }
td.TdClassName
{
border-color: #2A4FCD;
}
.TagClassName
{
border-color: #2A4FCD;
}
</style>