Shades of Cerulean Blue #1A54E2
Tints of Cerulean Blue #1A54E2
RGB
CMYK
RGB Variations
Color information
#1A54E2 (or 0x1A54E2) is known color: Cerulean Blue. HEX triplet: 1A, 54 and E2. RGB value is (26,84,226). Sum of RGB (Red+Green+Blue) = 26+84+226=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 226 (88.67% from 255 or 67.26% from 336); Max value from RGB is 226 - color contains mainly: blue. Hex color #1A54E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54E2 is #E5AB1D. Grayscale: #525252. Windows color (decimal): -15051550 or 14832666. OLE color: 14832666.
HSL color Cylindrical-coordinate representation of color #1A54E2: hue angle of 222.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A54E2 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 84 | 226 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.11 |
| HSL | 222.6º | 0.79% | 0.49% | - |
| HSV(B) | 222.6º | 0.88% | 0.89% | - |
| XYZ | 17.32 | 12.05 | 73.36 | - |
| YUV | 82.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 226 | 0.88 | 0.63 | 0 | 0.11 | 222.6 | 0.79 | 0.49 |
| Hex | 1A | 54 | E2 | 58 | 3F | 0 | B | DF | 4F | 31 |
| Octal | 32 | 124 | 342 | 130 | 77 | 0 | 13 | 337 | 117 | 61 |
| Binary | 11010 | 1010100 | 11100010 | 1011000 | 111111 | 0 | 1011 | 11011111 | 1001111 | 110001 |
Color Harmonies of #1A54E2
Complementary color
Monochromatic Colors of #1A54E2
Black with #1A54E2
Text Example
Text Example
White with #1A54E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54E2; }
p { color: rgb(26,84,226); }
H1.HeaderClassName
{
color: #1A54E2;
}
.AnyTagClassName
{
color: #1A54E2;
}
</style>
background-color css
<style>
a { background-color: #1A54E2; }
a { background-color: rgb(26,84,226); }
div.DivClassName
{
background-color: #1A54E2;
}
.BgClassName
{
background-color: #1A54E2;
}
</style>
border-color css
<style>
span { border-color: #1A54E2; }
span { border-color: rgb(26,84,226); }
td.TdClassName
{
border-color: #1A54E2;
}
.TagClassName
{
border-color: #1A54E2;
}
</style>