Shades of Cerulean #017DB8
Tints of Cerulean #017DB8
RGB
CMYK
RGB Variations
Color information
#017DB8 (or 0x017DB8) is known color: Cerulean. HEX triplet: 01, 7D and B8. RGB value is (1,125,184). Sum of RGB (Red+Green+Blue) = 1+125+184=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #017DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DB8 is #FE8247. Grayscale: #5E5E5E. Windows color (decimal): -16679496 or 12090625. OLE color: 12090625.
HSL color Cylindrical-coordinate representation of color #017DB8: hue angle of 199.34º 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 #017DB8 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 125 | 184 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.28 |
| HSL | 199.34º | 0.99% | 0.36% | - |
| HSV(B) | 199.34º | 0.99% | 0.72% | - |
| XYZ | 16 | 18.13 | 48 | - |
| YUV | 94.65 | 178.42 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 184 | 0.99 | 0.32 | 0 | 0.28 | 199.34 | 0.99 | 0.36 |
| Hex | 1 | 7D | B8 | 63 | 20 | 0 | 1C | C7 | 63 | 24 |
| Octal | 1 | 175 | 270 | 143 | 40 | 0 | 34 | 307 | 143 | 44 |
| Binary | 1 | 1111101 | 10111000 | 1100011 | 100000 | 0 | 11100 | 11000111 | 1100011 | 100100 |
Color Harmonies of #017DB8
Complementary color
Monochromatic Colors of #017DB8
Black with #017DB8
Text Example
Text Example
White with #017DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DB8; }
p { color: rgb(1,125,184); }
H1.HeaderClassName
{
color: #017DB8;
}
.AnyTagClassName
{
color: #017DB8;
}
</style>
background-color css
<style>
a { background-color: #017DB8; }
a { background-color: rgb(1,125,184); }
div.DivClassName
{
background-color: #017DB8;
}
.BgClassName
{
background-color: #017DB8;
}
</style>
border-color css
<style>
span { border-color: #017DB8; }
span { border-color: rgb(1,125,184); }
td.TdClassName
{
border-color: #017DB8;
}
.TagClassName
{
border-color: #017DB8;
}
</style>