Shades of Cerulean Blue #1448EE
Tints of Cerulean Blue #1448EE
RGB
CMYK
RGB Variations
Color information
#1448EE (or 0x1448EE) is known color: Cerulean Blue. HEX triplet: 14, 48 and EE. RGB value is (20,72,238). Sum of RGB (Red+Green+Blue) = 20+72+238=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #1448EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1448EE is #EBB711. Grayscale: #4A4A4A. Windows color (decimal): -15447826 or 15616020. OLE color: 15616020.
HSL color Cylindrical-coordinate representation of color #1448EE: hue angle of 225.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1448EE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 72 | 238 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.07 |
| HSL | 225.69º | 0.87% | 0.51% | - |
| HSV(B) | 225.69º | 0.92% | 0.93% | - |
| XYZ | 18.04 | 10.96 | 82.05 | - |
| YUV | 75.38 | 219.77 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 238 | 0.92 | 0.70 | 0 | 0.07 | 225.69 | 0.87 | 0.51 |
| Hex | 14 | 48 | EE | 5C | 46 | 0 | 7 | E2 | 57 | 33 |
| Octal | 24 | 110 | 356 | 134 | 106 | 0 | 7 | 342 | 127 | 63 |
| Binary | 10100 | 1001000 | 11101110 | 1011100 | 1000110 | 0 | 111 | 11100010 | 1010111 | 110011 |
Color Harmonies of #1448EE
Complementary color
Monochromatic Colors of #1448EE
Black with #1448EE
Text Example
Text Example
White with #1448EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448EE; }
p { color: rgb(20,72,238); }
H1.HeaderClassName
{
color: #1448EE;
}
.AnyTagClassName
{
color: #1448EE;
}
</style>
background-color css
<style>
a { background-color: #1448EE; }
a { background-color: rgb(20,72,238); }
div.DivClassName
{
background-color: #1448EE;
}
.BgClassName
{
background-color: #1448EE;
}
</style>
border-color css
<style>
span { border-color: #1448EE; }
span { border-color: rgb(20,72,238); }
td.TdClassName
{
border-color: #1448EE;
}
.TagClassName
{
border-color: #1448EE;
}
</style>