Shades of Cerulean #017FC3
Tints of Cerulean #017FC3
RGB
CMYK
RGB Variations
Color information
#017FC3 (or 0x017FC3) is known color: Cerulean. HEX triplet: 01, 7F and C3. RGB value is (1,127,195). Sum of RGB (Red+Green+Blue) = 1+127+195=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 195 (76.56% from 255 or 60.37% from 323); Max value from RGB is 195 - color contains mainly: blue. Hex color #017FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FC3 is #FE803C. Grayscale: #606060. Windows color (decimal): -16678973 or 12812033. OLE color: 12812033.
HSL color Cylindrical-coordinate representation of color #017FC3: hue angle of 201.03º 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 #017FC3 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 127 | 195 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.24 |
| HSL | 201.03º | 0.99% | 0.38% | - |
| HSV(B) | 201.03º | 0.99% | 0.76% | - |
| XYZ | 17.45 | 19.13 | 54.4 | - |
| YUV | 97.08 | 183.26 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 195 | 0.99 | 0.35 | 0 | 0.24 | 201.03 | 0.99 | 0.38 |
| Hex | 1 | 7F | C3 | 63 | 23 | 0 | 18 | C9 | 63 | 26 |
| Octal | 1 | 177 | 303 | 143 | 43 | 0 | 30 | 311 | 143 | 46 |
| Binary | 1 | 1111111 | 11000011 | 1100011 | 100011 | 0 | 11000 | 11001001 | 1100011 | 100110 |
Color Harmonies of #017FC3
Complementary color
Monochromatic Colors of #017FC3
Black with #017FC3
Text Example
Text Example
White with #017FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FC3; }
p { color: rgb(1,127,195); }
H1.HeaderClassName
{
color: #017FC3;
}
.AnyTagClassName
{
color: #017FC3;
}
</style>
background-color css
<style>
a { background-color: #017FC3; }
a { background-color: rgb(1,127,195); }
div.DivClassName
{
background-color: #017FC3;
}
.BgClassName
{
background-color: #017FC3;
}
</style>
border-color css
<style>
span { border-color: #017FC3; }
span { border-color: rgb(1,127,195); }
td.TdClassName
{
border-color: #017FC3;
}
.TagClassName
{
border-color: #017FC3;
}
</style>