Shades of Cerulean Blue #1A4DDA
Tints of Cerulean Blue #1A4DDA
RGB
CMYK
RGB Variations
Color information
#1A4DDA (or 0x1A4DDA) is known color: Cerulean Blue. HEX triplet: 1A, 4D and DA. RGB value is (26,77,218). Sum of RGB (Red+Green+Blue) = 26+77+218=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A4DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DDA is #E5B225. Grayscale: #4D4D4D. Windows color (decimal): -15053350 or 14306586. OLE color: 14306586.
HSL color Cylindrical-coordinate representation of color #1A4DDA: hue angle of 224.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A4DDA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 77 | 218 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.15 |
| HSL | 224.06º | 0.79% | 0.48% | - |
| HSV(B) | 224.06º | 0.88% | 0.85% | - |
| XYZ | 15.73 | 10.59 | 67.54 | - |
| YUV | 77.83 | 207.1 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 218 | 0.88 | 0.65 | 0 | 0.15 | 224.06 | 0.79 | 0.48 |
| Hex | 1A | 4D | DA | 58 | 41 | 0 | F | E0 | 4F | 30 |
| Octal | 32 | 115 | 332 | 130 | 101 | 0 | 17 | 340 | 117 | 60 |
| Binary | 11010 | 1001101 | 11011010 | 1011000 | 1000001 | 0 | 1111 | 11100000 | 1001111 | 110000 |
Color Harmonies of #1A4DDA
Complementary color
Monochromatic Colors of #1A4DDA
Black with #1A4DDA
Text Example
Text Example
White with #1A4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DDA; }
p { color: rgb(26,77,218); }
H1.HeaderClassName
{
color: #1A4DDA;
}
.AnyTagClassName
{
color: #1A4DDA;
}
</style>
background-color css
<style>
a { background-color: #1A4DDA; }
a { background-color: rgb(26,77,218); }
div.DivClassName
{
background-color: #1A4DDA;
}
.BgClassName
{
background-color: #1A4DDA;
}
</style>
border-color css
<style>
span { border-color: #1A4DDA; }
span { border-color: rgb(26,77,218); }
td.TdClassName
{
border-color: #1A4DDA;
}
.TagClassName
{
border-color: #1A4DDA;
}
</style>