Shades of Cerulean #017DBB
Tints of Cerulean #017DBB
RGB
CMYK
RGB Variations
Color information
#017DBB (or 0x017DBB) is known color: Cerulean. HEX triplet: 01, 7D and BB. RGB value is (1,125,187). Sum of RGB (Red+Green+Blue) = 1+125+187=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #017DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DBB is #FE8244. Grayscale: #5E5E5E. Windows color (decimal): -16679493 or 12287233. OLE color: 12287233.
HSL color Cylindrical-coordinate representation of color #017DBB: hue angle of 200º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DBB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 125 | 187 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.27 |
| HSL | 200º | 0.99% | 0.37% | - |
| HSV(B) | 200º | 0.99% | 0.73% | - |
| XYZ | 16.32 | 18.26 | 49.68 | - |
| YUV | 94.99 | 179.92 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 187 | 0.99 | 0.33 | 0 | 0.27 | 200 | 0.99 | 0.37 |
| Hex | 1 | 7D | BB | 63 | 21 | 0 | 1B | C8 | 63 | 25 |
| Octal | 1 | 175 | 273 | 143 | 41 | 0 | 33 | 310 | 143 | 45 |
| Binary | 1 | 1111101 | 10111011 | 1100011 | 100001 | 0 | 11011 | 11001000 | 1100011 | 100101 |
Color Harmonies of #017DBB
Complementary color
Monochromatic Colors of #017DBB
Black with #017DBB
Text Example
Text Example
White with #017DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DBB; }
p { color: rgb(1,125,187); }
H1.HeaderClassName
{
color: #017DBB;
}
.AnyTagClassName
{
color: #017DBB;
}
</style>
background-color css
<style>
a { background-color: #017DBB; }
a { background-color: rgb(1,125,187); }
div.DivClassName
{
background-color: #017DBB;
}
.BgClassName
{
background-color: #017DBB;
}
</style>
border-color css
<style>
span { border-color: #017DBB; }
span { border-color: rgb(1,125,187); }
td.TdClassName
{
border-color: #017DBB;
}
.TagClassName
{
border-color: #017DBB;
}
</style>