Shades of Cerulean Blue #2A4FDC
Tints of Cerulean Blue #2A4FDC
RGB
CMYK
RGB Variations
Color information
#2A4FDC (or 0x2A4FDC) is known color: Cerulean Blue. HEX triplet: 2A, 4F and DC. RGB value is (42,79,220). Sum of RGB (Red+Green+Blue) = 42+79+220=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A4FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FDC is #D5B023. Grayscale: #535353. Windows color (decimal): -14004260 or 14438186. OLE color: 14438186.
HSL color Cylindrical-coordinate representation of color #2A4FDC: hue angle of 227.53º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4FDC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 79 | 220 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.14 |
| HSL | 227.53º | 0.72% | 0.51% | - |
| HSV(B) | 227.53º | 0.81% | 0.86% | - |
| XYZ | 16.67 | 11.25 | 69 | - |
| YUV | 84.01 | 204.74 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 220 | 0.81 | 0.64 | 0 | 0.14 | 227.53 | 0.72 | 0.51 |
| Hex | 2A | 4F | DC | 51 | 40 | 0 | E | E4 | 48 | 33 |
| Octal | 52 | 117 | 334 | 121 | 100 | 0 | 16 | 344 | 110 | 63 |
| Binary | 101010 | 1001111 | 11011100 | 1010001 | 1000000 | 0 | 1110 | 11100100 | 1001000 | 110011 |
Color Harmonies of #2A4FDC
Complementary color
Monochromatic Colors of #2A4FDC
Black with #2A4FDC
Text Example
Text Example
White with #2A4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4FDC; }
p { color: rgb(42,79,220); }
H1.HeaderClassName
{
color: #2A4FDC;
}
.AnyTagClassName
{
color: #2A4FDC;
}
</style>
background-color css
<style>
a { background-color: #2A4FDC; }
a { background-color: rgb(42,79,220); }
div.DivClassName
{
background-color: #2A4FDC;
}
.BgClassName
{
background-color: #2A4FDC;
}
</style>
border-color css
<style>
span { border-color: #2A4FDC; }
span { border-color: rgb(42,79,220); }
td.TdClassName
{
border-color: #2A4FDC;
}
.TagClassName
{
border-color: #2A4FDC;
}
</style>