Shades of Cerulean Blue #1A4CDF
Tints of Cerulean Blue #1A4CDF
RGB
CMYK
RGB Variations
Color information
#1A4CDF (or 0x1A4CDF) is known color: Cerulean Blue. HEX triplet: 1A, 4C and DF. RGB value is (26,76,223). Sum of RGB (Red+Green+Blue) = 26+76+223=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A4CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4CDF is #E5B320. Grayscale: #4D4D4D. Windows color (decimal): -15053601 or 14634010. OLE color: 14634010.
HSL color Cylindrical-coordinate representation of color #1A4CDF: hue angle of 224.77º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A4CDF is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 76 | 223 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.13 |
| HSL | 224.77º | 0.79% | 0.49% | - |
| HSV(B) | 224.77º | 0.88% | 0.87% | - |
| XYZ | 16.33 | 10.72 | 71.02 | - |
| YUV | 77.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 223 | 0.88 | 0.66 | 0 | 0.13 | 224.77 | 0.79 | 0.49 |
| Hex | 1A | 4C | DF | 58 | 42 | 0 | D | E1 | 4F | 31 |
| Octal | 32 | 114 | 337 | 130 | 102 | 0 | 15 | 341 | 117 | 61 |
| Binary | 11010 | 1001100 | 11011111 | 1011000 | 1000010 | 0 | 1101 | 11100001 | 1001111 | 110001 |
Color Harmonies of #1A4CDF
Complementary color
Monochromatic Colors of #1A4CDF
Black with #1A4CDF
Text Example
Text Example
White with #1A4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4CDF; }
p { color: rgb(26,76,223); }
H1.HeaderClassName
{
color: #1A4CDF;
}
.AnyTagClassName
{
color: #1A4CDF;
}
</style>
background-color css
<style>
a { background-color: #1A4CDF; }
a { background-color: rgb(26,76,223); }
div.DivClassName
{
background-color: #1A4CDF;
}
.BgClassName
{
background-color: #1A4CDF;
}
</style>
border-color css
<style>
span { border-color: #1A4CDF; }
span { border-color: rgb(26,76,223); }
td.TdClassName
{
border-color: #1A4CDF;
}
.TagClassName
{
border-color: #1A4CDF;
}
</style>