Shades of Cerulean #017DBE
Tints of Cerulean #017DBE
RGB
CMYK
RGB Variations
Color information
#017DBE (or 0x017DBE) is known color: Cerulean. HEX triplet: 01, 7D and BE. RGB value is (1,125,190). Sum of RGB (Red+Green+Blue) = 1+125+190=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #017DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DBE is #FE8241. Grayscale: #5E5E5E. Windows color (decimal): -16679490 or 12483841. OLE color: 12483841.
HSL color Cylindrical-coordinate representation of color #017DBE: hue angle of 200.63º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DBE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 125 | 190 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.25 |
| HSL | 200.63º | 0.99% | 0.37% | - |
| HSV(B) | 200.63º | 0.99% | 0.75% | - |
| XYZ | 16.64 | 18.39 | 51.39 | - |
| YUV | 95.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 190 | 0.99 | 0.34 | 0 | 0.25 | 200.63 | 0.99 | 0.37 |
| Hex | 1 | 7D | BE | 63 | 22 | 0 | 19 | C9 | 63 | 25 |
| Octal | 1 | 175 | 276 | 143 | 42 | 0 | 31 | 311 | 143 | 45 |
| Binary | 1 | 1111101 | 10111110 | 1100011 | 100010 | 0 | 11001 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017DBE
Complementary color
Monochromatic Colors of #017DBE
Black with #017DBE
Text Example
Text Example
White with #017DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DBE; }
p { color: rgb(1,125,190); }
H1.HeaderClassName
{
color: #017DBE;
}
.AnyTagClassName
{
color: #017DBE;
}
</style>
background-color css
<style>
a { background-color: #017DBE; }
a { background-color: rgb(1,125,190); }
div.DivClassName
{
background-color: #017DBE;
}
.BgClassName
{
background-color: #017DBE;
}
</style>
border-color css
<style>
span { border-color: #017DBE; }
span { border-color: rgb(1,125,190); }
td.TdClassName
{
border-color: #017DBE;
}
.TagClassName
{
border-color: #017DBE;
}
</style>