Shades of Cerulean Blue #1749DD
Tints of Cerulean Blue #1749DD
RGB
CMYK
RGB Variations
Color information
#1749DD (or 0x1749DD) is known color: Cerulean Blue. HEX triplet: 17, 49 and DD. RGB value is (23,73,221). Sum of RGB (Red+Green+Blue) = 23+73+221=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #1749DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749DD is #E8B622. Grayscale: #4A4A4A. Windows color (decimal): -15250979 or 14502167. OLE color: 14502167.
HSL color Cylindrical-coordinate representation of color #1749DD: hue angle of 224.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1749DD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 73 | 221 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 224.85º | 0.81% | 0.48% | - |
| HSV(B) | 224.85º | 0.9% | 0.87% | - |
| XYZ | 15.79 | 10.17 | 69.54 | - |
| YUV | 74.92 | 210.44 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 221 | 0.90 | 0.67 | 0 | 0.13 | 224.85 | 0.81 | 0.48 |
| Hex | 17 | 49 | DD | 5A | 43 | 0 | D | E1 | 51 | 30 |
| Octal | 27 | 111 | 335 | 132 | 103 | 0 | 15 | 341 | 121 | 60 |
| Binary | 10111 | 1001001 | 11011101 | 1011010 | 1000011 | 0 | 1101 | 11100001 | 1010001 | 110000 |
Color Harmonies of #1749DD
Complementary color
Monochromatic Colors of #1749DD
Black with #1749DD
Text Example
Text Example
White with #1749DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749DD; }
p { color: rgb(23,73,221); }
H1.HeaderClassName
{
color: #1749DD;
}
.AnyTagClassName
{
color: #1749DD;
}
</style>
background-color css
<style>
a { background-color: #1749DD; }
a { background-color: rgb(23,73,221); }
div.DivClassName
{
background-color: #1749DD;
}
.BgClassName
{
background-color: #1749DD;
}
</style>
border-color css
<style>
span { border-color: #1749DD; }
span { border-color: rgb(23,73,221); }
td.TdClassName
{
border-color: #1749DD;
}
.TagClassName
{
border-color: #1749DD;
}
</style>