Shades of Cerulean #017FB8
Tints of Cerulean #017FB8
RGB
CMYK
RGB Variations
Color information
#017FB8 (or 0x017FB8) is known color: Cerulean. HEX triplet: 01, 7F and B8. RGB value is (1,127,184). Sum of RGB (Red+Green+Blue) = 1+127+184=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #017FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FB8 is #FE8047. Grayscale: #5F5F5F. Windows color (decimal): -16678984 or 12091137. OLE color: 12091137.
HSL color Cylindrical-coordinate representation of color #017FB8: hue angle of 198.69º 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 #017FB8 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 127 | 184 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.28 |
| HSL | 198.69º | 0.99% | 0.36% | - |
| HSV(B) | 198.69º | 0.99% | 0.72% | - |
| XYZ | 16.25 | 18.65 | 48.09 | - |
| YUV | 95.82 | 177.76 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 184 | 0.99 | 0.31 | 0 | 0.28 | 198.69 | 0.99 | 0.36 |
| Hex | 1 | 7F | B8 | 63 | 1F | 0 | 1C | C7 | 63 | 24 |
| Octal | 1 | 177 | 270 | 143 | 37 | 0 | 34 | 307 | 143 | 44 |
| Binary | 1 | 1111111 | 10111000 | 1100011 | 11111 | 0 | 11100 | 11000111 | 1100011 | 100100 |
Color Harmonies of #017FB8
Complementary color
Monochromatic Colors of #017FB8
Black with #017FB8
Text Example
Text Example
White with #017FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FB8; }
p { color: rgb(1,127,184); }
H1.HeaderClassName
{
color: #017FB8;
}
.AnyTagClassName
{
color: #017FB8;
}
</style>
background-color css
<style>
a { background-color: #017FB8; }
a { background-color: rgb(1,127,184); }
div.DivClassName
{
background-color: #017FB8;
}
.BgClassName
{
background-color: #017FB8;
}
</style>
border-color css
<style>
span { border-color: #017FB8; }
span { border-color: rgb(1,127,184); }
td.TdClassName
{
border-color: #017FB8;
}
.TagClassName
{
border-color: #017FB8;
}
</style>