Shades of Cerulean Blue #1749ED
Tints of Cerulean Blue #1749ED
RGB
CMYK
RGB Variations
Color information
#1749ED (or 0x1749ED) is known color: Cerulean Blue. HEX triplet: 17, 49 and ED. RGB value is (23,73,237). Sum of RGB (Red+Green+Blue) = 23+73+237=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #1749ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1749ED is #E8B612. Grayscale: #4C4C4C. Windows color (decimal): -15250963 or 15550743. OLE color: 15550743.
HSL color Cylindrical-coordinate representation of color #1749ED: hue angle of 225.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1749ED is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 73 | 237 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.07 |
| HSL | 225.98º | 0.86% | 0.51% | - |
| HSV(B) | 225.98º | 0.9% | 0.93% | - |
| XYZ | 18.02 | 11.06 | 81.31 | - |
| YUV | 76.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 237 | 0.90 | 0.69 | 0 | 0.07 | 225.98 | 0.86 | 0.51 |
| Hex | 17 | 49 | ED | 5A | 45 | 0 | 7 | E2 | 56 | 33 |
| Octal | 27 | 111 | 355 | 132 | 105 | 0 | 7 | 342 | 126 | 63 |
| Binary | 10111 | 1001001 | 11101101 | 1011010 | 1000101 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1749ED
Complementary color
Monochromatic Colors of #1749ED
Black with #1749ED
Text Example
Text Example
White with #1749ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749ED; }
p { color: rgb(23,73,237); }
H1.HeaderClassName
{
color: #1749ED;
}
.AnyTagClassName
{
color: #1749ED;
}
</style>
background-color css
<style>
a { background-color: #1749ED; }
a { background-color: rgb(23,73,237); }
div.DivClassName
{
background-color: #1749ED;
}
.BgClassName
{
background-color: #1749ED;
}
</style>
border-color css
<style>
span { border-color: #1749ED; }
span { border-color: rgb(23,73,237); }
td.TdClassName
{
border-color: #1749ED;
}
.TagClassName
{
border-color: #1749ED;
}
</style>