Shades of Cerulean #017EBD
Tints of Cerulean #017EBD
RGB
CMYK
RGB Variations
Color information
#017EBD (or 0x017EBD) is known color: Cerulean. HEX triplet: 01, 7E and BD. RGB value is (1,126,189). Sum of RGB (Red+Green+Blue) = 1+126+189=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #017EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EBD is #FE8142. Grayscale: #5F5F5F. Windows color (decimal): -16679235 or 12418561. OLE color: 12418561.
HSL color Cylindrical-coordinate representation of color #017EBD: hue angle of 200.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EBD is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 126 | 189 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.26 |
| HSL | 200.11º | 0.99% | 0.37% | - |
| HSV(B) | 200.11º | 0.99% | 0.74% | - |
| XYZ | 16.66 | 18.6 | 50.86 | - |
| YUV | 95.81 | 180.59 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 189 | 0.99 | 0.33 | 0 | 0.26 | 200.11 | 0.99 | 0.37 |
| Hex | 1 | 7E | BD | 63 | 21 | 0 | 1A | C8 | 63 | 25 |
| Octal | 1 | 176 | 275 | 143 | 41 | 0 | 32 | 310 | 143 | 45 |
| Binary | 1 | 1111110 | 10111101 | 1100011 | 100001 | 0 | 11010 | 11001000 | 1100011 | 100101 |
Color Harmonies of #017EBD
Complementary color
Monochromatic Colors of #017EBD
Black with #017EBD
Text Example
Text Example
White with #017EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EBD; }
p { color: rgb(1,126,189); }
H1.HeaderClassName
{
color: #017EBD;
}
.AnyTagClassName
{
color: #017EBD;
}
</style>
background-color css
<style>
a { background-color: #017EBD; }
a { background-color: rgb(1,126,189); }
div.DivClassName
{
background-color: #017EBD;
}
.BgClassName
{
background-color: #017EBD;
}
</style>
border-color css
<style>
span { border-color: #017EBD; }
span { border-color: rgb(1,126,189); }
td.TdClassName
{
border-color: #017EBD;
}
.TagClassName
{
border-color: #017EBD;
}
</style>