Shades of Cerulean #017FB5
Tints of Cerulean #017FB5
RGB
CMYK
RGB Variations
Color information
#017FB5 (or 0x017FB5) is known color: Cerulean. HEX triplet: 01, 7F and B5. RGB value is (1,127,181). Sum of RGB (Red+Green+Blue) = 1+127+181=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #017FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FB5 is #FE804A. Grayscale: #5F5F5F. Windows color (decimal): -16678987 or 11894529. OLE color: 11894529.
HSL color Cylindrical-coordinate representation of color #017FB5: hue angle of 198º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017FB5 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 127 | 181 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.29 |
| HSL | 198º | 0.99% | 0.36% | - |
| HSV(B) | 198º | 0.99% | 0.71% | - |
| XYZ | 15.94 | 18.52 | 46.45 | - |
| YUV | 95.48 | 176.26 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 181 | 0.99 | 0.30 | 0 | 0.29 | 198 | 0.99 | 0.36 |
| Hex | 1 | 7F | B5 | 63 | 1E | 0 | 1D | C6 | 63 | 24 |
| Octal | 1 | 177 | 265 | 143 | 36 | 0 | 35 | 306 | 143 | 44 |
| Binary | 1 | 1111111 | 10110101 | 1100011 | 11110 | 0 | 11101 | 11000110 | 1100011 | 100100 |
Color Harmonies of #017FB5
Complementary color
Monochromatic Colors of #017FB5
Black with #017FB5
Text Example
Text Example
White with #017FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FB5; }
p { color: rgb(1,127,181); }
H1.HeaderClassName
{
color: #017FB5;
}
.AnyTagClassName
{
color: #017FB5;
}
</style>
background-color css
<style>
a { background-color: #017FB5; }
a { background-color: rgb(1,127,181); }
div.DivClassName
{
background-color: #017FB5;
}
.BgClassName
{
background-color: #017FB5;
}
</style>
border-color css
<style>
span { border-color: #017FB5; }
span { border-color: rgb(1,127,181); }
td.TdClassName
{
border-color: #017FB5;
}
.TagClassName
{
border-color: #017FB5;
}
</style>