Shades of Cerulean Blue #2A4FDA
Tints of Cerulean Blue #2A4FDA
RGB
CMYK
RGB Variations
Color information
#2A4FDA (or 0x2A4FDA) is known color: Cerulean Blue. HEX triplet: 2A, 4F and DA. RGB value is (42,79,218). Sum of RGB (Red+Green+Blue) = 42+79+218=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A4FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FDA is #D5B025. Grayscale: #535353. Windows color (decimal): -14004262 or 14307114. OLE color: 14307114.
HSL color Cylindrical-coordinate representation of color #2A4FDA: hue angle of 227.39º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4FDA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 79 | 218 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.15 |
| HSL | 227.39º | 0.7% | 0.51% | - |
| HSV(B) | 227.39º | 0.81% | 0.85% | - |
| XYZ | 16.41 | 11.15 | 67.62 | - |
| YUV | 83.78 | 203.74 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 218 | 0.81 | 0.64 | 0 | 0.15 | 227.39 | 0.7 | 0.51 |
| Hex | 2A | 4F | DA | 51 | 40 | 0 | F | E3 | 46 | 33 |
| Octal | 52 | 117 | 332 | 121 | 100 | 0 | 17 | 343 | 106 | 63 |
| Binary | 101010 | 1001111 | 11011010 | 1010001 | 1000000 | 0 | 1111 | 11100011 | 1000110 | 110011 |
Color Harmonies of #2A4FDA
Complementary color
Monochromatic Colors of #2A4FDA
Black with #2A4FDA
Text Example
Text Example
White with #2A4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4FDA; }
p { color: rgb(42,79,218); }
H1.HeaderClassName
{
color: #2A4FDA;
}
.AnyTagClassName
{
color: #2A4FDA;
}
</style>
background-color css
<style>
a { background-color: #2A4FDA; }
a { background-color: rgb(42,79,218); }
div.DivClassName
{
background-color: #2A4FDA;
}
.BgClassName
{
background-color: #2A4FDA;
}
</style>
border-color css
<style>
span { border-color: #2A4FDA; }
span { border-color: rgb(42,79,218); }
td.TdClassName
{
border-color: #2A4FDA;
}
.TagClassName
{
border-color: #2A4FDA;
}
</style>