Shades of Cerulean Blue #1A55DF
Tints of Cerulean Blue #1A55DF
RGB
CMYK
RGB Variations
Color information
#1A55DF (or 0x1A55DF) is known color: Cerulean Blue. HEX triplet: 1A, 55 and DF. RGB value is (26,85,223). Sum of RGB (Red+Green+Blue) = 26+85+223=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A55DF is #E5AA20. Grayscale: #525252. Windows color (decimal): -15051297 or 14636314. OLE color: 14636314.
HSL color Cylindrical-coordinate representation of color #1A55DF: hue angle of 222.03º 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 #1A55DF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 85 | 223 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.13 |
| HSL | 222.03º | 0.79% | 0.49% | - |
| HSV(B) | 222.03º | 0.88% | 0.87% | - |
| XYZ | 16.99 | 12.04 | 71.24 | - |
| YUV | 83.09 | 206.95 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 223 | 0.88 | 0.62 | 0 | 0.13 | 222.03 | 0.79 | 0.49 |
| Hex | 1A | 55 | DF | 58 | 3E | 0 | D | DE | 4F | 31 |
| Octal | 32 | 125 | 337 | 130 | 76 | 0 | 15 | 336 | 117 | 61 |
| Binary | 11010 | 1010101 | 11011111 | 1011000 | 111110 | 0 | 1101 | 11011110 | 1001111 | 110001 |
Color Harmonies of #1A55DF
Complementary color
Monochromatic Colors of #1A55DF
Black with #1A55DF
Text Example
Text Example
White with #1A55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A55DF; }
p { color: rgb(26,85,223); }
H1.HeaderClassName
{
color: #1A55DF;
}
.AnyTagClassName
{
color: #1A55DF;
}
</style>
background-color css
<style>
a { background-color: #1A55DF; }
a { background-color: rgb(26,85,223); }
div.DivClassName
{
background-color: #1A55DF;
}
.BgClassName
{
background-color: #1A55DF;
}
</style>
border-color css
<style>
span { border-color: #1A55DF; }
span { border-color: rgb(26,85,223); }
td.TdClassName
{
border-color: #1A55DF;
}
.TagClassName
{
border-color: #1A55DF;
}
</style>