Shades of Cerulean #017FC2
Tints of Cerulean #017FC2
RGB
CMYK
RGB Variations
Color information
#017FC2 (or 0x017FC2) is known color: Cerulean. HEX triplet: 01, 7F and C2. RGB value is (1,127,194). Sum of RGB (Red+Green+Blue) = 1+127+194=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #017FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FC2 is #FE803D. Grayscale: #606060. Windows color (decimal): -16678974 or 12746497. OLE color: 12746497.
HSL color Cylindrical-coordinate representation of color #017FC2: hue angle of 200.83º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017FC2 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 127 | 194 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.24 |
| HSL | 200.83º | 0.99% | 0.38% | - |
| HSV(B) | 200.83º | 0.99% | 0.76% | - |
| XYZ | 17.34 | 19.08 | 53.81 | - |
| YUV | 96.96 | 182.76 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 194 | 0.99 | 0.35 | 0 | 0.24 | 200.83 | 0.99 | 0.38 |
| Hex | 1 | 7F | C2 | 63 | 23 | 0 | 18 | C9 | 63 | 26 |
| Octal | 1 | 177 | 302 | 143 | 43 | 0 | 30 | 311 | 143 | 46 |
| Binary | 1 | 1111111 | 11000010 | 1100011 | 100011 | 0 | 11000 | 11001001 | 1100011 | 100110 |
Color Harmonies of #017FC2
Complementary color
Monochromatic Colors of #017FC2
Black with #017FC2
Text Example
Text Example
White with #017FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FC2; }
p { color: rgb(1,127,194); }
H1.HeaderClassName
{
color: #017FC2;
}
.AnyTagClassName
{
color: #017FC2;
}
</style>
background-color css
<style>
a { background-color: #017FC2; }
a { background-color: rgb(1,127,194); }
div.DivClassName
{
background-color: #017FC2;
}
.BgClassName
{
background-color: #017FC2;
}
</style>
border-color css
<style>
span { border-color: #017FC2; }
span { border-color: rgb(1,127,194); }
td.TdClassName
{
border-color: #017FC2;
}
.TagClassName
{
border-color: #017FC2;
}
</style>