Shades of Cerulean #017DB7
Tints of Cerulean #017DB7
RGB
CMYK
RGB Variations
Color information
#017DB7 (or 0x017DB7) is known color: Cerulean. HEX triplet: 01, 7D and B7. RGB value is (1,125,183). Sum of RGB (Red+Green+Blue) = 1+125+183=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #017DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DB7 is #FE8248. Grayscale: #5E5E5E. Windows color (decimal): -16679497 or 12025089. OLE color: 12025089.
HSL color Cylindrical-coordinate representation of color #017DB7: hue angle of 199.12º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DB7 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 125 | 183 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.28 |
| HSL | 199.12º | 0.99% | 0.36% | - |
| HSV(B) | 199.12º | 0.99% | 0.72% | - |
| XYZ | 15.89 | 18.09 | 47.45 | - |
| YUV | 94.54 | 177.92 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 183 | 0.99 | 0.32 | 0 | 0.28 | 199.12 | 0.99 | 0.36 |
| Hex | 1 | 7D | B7 | 63 | 20 | 0 | 1C | C7 | 63 | 24 |
| Octal | 1 | 175 | 267 | 143 | 40 | 0 | 34 | 307 | 143 | 44 |
| Binary | 1 | 1111101 | 10110111 | 1100011 | 100000 | 0 | 11100 | 11000111 | 1100011 | 100100 |
Color Harmonies of #017DB7
Complementary color
Monochromatic Colors of #017DB7
Black with #017DB7
Text Example
Text Example
White with #017DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DB7; }
p { color: rgb(1,125,183); }
H1.HeaderClassName
{
color: #017DB7;
}
.AnyTagClassName
{
color: #017DB7;
}
</style>
background-color css
<style>
a { background-color: #017DB7; }
a { background-color: rgb(1,125,183); }
div.DivClassName
{
background-color: #017DB7;
}
.BgClassName
{
background-color: #017DB7;
}
</style>
border-color css
<style>
span { border-color: #017DB7; }
span { border-color: rgb(1,125,183); }
td.TdClassName
{
border-color: #017DB7;
}
.TagClassName
{
border-color: #017DB7;
}
</style>