Shades of Cerulean Blue #1749DF
Tints of Cerulean Blue #1749DF
RGB
CMYK
RGB Variations
Color information
#1749DF (or 0x1749DF) is known color: Cerulean Blue. HEX triplet: 17, 49 and DF. RGB value is (23,73,223). Sum of RGB (Red+Green+Blue) = 23+73+223=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #1749DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749DF is #E8B620. Grayscale: #4A4A4A. Windows color (decimal): -15250977 or 14633239. OLE color: 14633239.
HSL color Cylindrical-coordinate representation of color #1749DF: hue angle of 225º 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 #1749DF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 73 | 223 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 225º | 0.81% | 0.48% | - |
| HSV(B) | 225º | 0.9% | 0.87% | - |
| XYZ | 16.06 | 10.27 | 70.95 | - |
| YUV | 75.15 | 211.44 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 223 | 0.90 | 0.67 | 0 | 0.13 | 225 | 0.81 | 0.48 |
| Hex | 17 | 49 | DF | 5A | 43 | 0 | D | E1 | 51 | 30 |
| Octal | 27 | 111 | 337 | 132 | 103 | 0 | 15 | 341 | 121 | 60 |
| Binary | 10111 | 1001001 | 11011111 | 1011010 | 1000011 | 0 | 1101 | 11100001 | 1010001 | 110000 |
Color Harmonies of #1749DF
Complementary color
Monochromatic Colors of #1749DF
Black with #1749DF
Text Example
Text Example
White with #1749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749DF; }
p { color: rgb(23,73,223); }
H1.HeaderClassName
{
color: #1749DF;
}
.AnyTagClassName
{
color: #1749DF;
}
</style>
background-color css
<style>
a { background-color: #1749DF; }
a { background-color: rgb(23,73,223); }
div.DivClassName
{
background-color: #1749DF;
}
.BgClassName
{
background-color: #1749DF;
}
</style>
border-color css
<style>
span { border-color: #1749DF; }
span { border-color: rgb(23,73,223); }
td.TdClassName
{
border-color: #1749DF;
}
.TagClassName
{
border-color: #1749DF;
}
</style>