Shades of Cerulean Blue #1749D7
Tints of Cerulean Blue #1749D7
RGB
CMYK
RGB Variations
Color information
#1749D7 (or 0x1749D7) is known color: Cerulean Blue. HEX triplet: 17, 49 and D7. RGB value is (23,73,215). Sum of RGB (Red+Green+Blue) = 23+73+215=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #1749D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749D7 is #E8B628. Grayscale: #494949. Windows color (decimal): -15250985 or 14108951. OLE color: 14108951.
HSL color Cylindrical-coordinate representation of color #1749D7: hue angle of 224.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1749D7 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 73 | 215 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.16 |
| HSL | 224.38º | 0.81% | 0.47% | - |
| HSV(B) | 224.38º | 0.89% | 0.84% | - |
| XYZ | 15 | 9.85 | 65.4 | - |
| YUV | 74.24 | 207.44 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 215 | 0.89 | 0.66 | 0 | 0.16 | 224.38 | 0.81 | 0.47 |
| Hex | 17 | 49 | D7 | 59 | 42 | 0 | 10 | E0 | 51 | 2F |
| Octal | 27 | 111 | 327 | 131 | 102 | 0 | 20 | 340 | 121 | 57 |
| Binary | 10111 | 1001001 | 11010111 | 1011001 | 1000010 | 0 | 10000 | 11100000 | 1010001 | 101111 |
Color Harmonies of #1749D7
Complementary color
Monochromatic Colors of #1749D7
Black with #1749D7
Text Example
Text Example
White with #1749D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749D7; }
p { color: rgb(23,73,215); }
H1.HeaderClassName
{
color: #1749D7;
}
.AnyTagClassName
{
color: #1749D7;
}
</style>
background-color css
<style>
a { background-color: #1749D7; }
a { background-color: rgb(23,73,215); }
div.DivClassName
{
background-color: #1749D7;
}
.BgClassName
{
background-color: #1749D7;
}
</style>
border-color css
<style>
span { border-color: #1749D7; }
span { border-color: rgb(23,73,215); }
td.TdClassName
{
border-color: #1749D7;
}
.TagClassName
{
border-color: #1749D7;
}
</style>