Shades of Picton Blue #709FCE
Tints of Picton Blue #709FCE
RGB
CMYK
RGB Variations
Color information
#709FCE (or 0x709FCE) is known color: Picton Blue. HEX triplet: 70, 9F and CE. RGB value is (112,159,206). Sum of RGB (Red+Green+Blue) = 112+159+206=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #709FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FCE is #8F6031. Grayscale: #969696. Windows color (decimal): -9396274 or 13541232. OLE color: 13541232.
HSL color Cylindrical-coordinate representation of color #709FCE: hue angle of 210º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709FCE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 159 | 206 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.19 |
| HSL | 210º | 0.49% | 0.62% | - |
| HSV(B) | 210º | 0.46% | 0.81% | - |
| XYZ | 30.22 | 32.7 | 63.11 | - |
| YUV | 150.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 206 | 0.46 | 0.23 | 0 | 0.19 | 210 | 0.49 | 0.62 |
| Hex | 70 | 9F | CE | 2E | 17 | 0 | 13 | D2 | 31 | 3E |
| Octal | 160 | 237 | 316 | 56 | 27 | 0 | 23 | 322 | 61 | 76 |
| Binary | 1110000 | 10011111 | 11001110 | 101110 | 10111 | 0 | 10011 | 11010010 | 110001 | 111110 |
Color Harmonies of #709FCE
Complementary color
Monochromatic Colors of #709FCE
Black with #709FCE
Text Example
Text Example
White with #709FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FCE; }
p { color: rgb(112,159,206); }
H1.HeaderClassName
{
color: #709FCE;
}
.AnyTagClassName
{
color: #709FCE;
}
</style>
background-color css
<style>
a { background-color: #709FCE; }
a { background-color: rgb(112,159,206); }
div.DivClassName
{
background-color: #709FCE;
}
.BgClassName
{
background-color: #709FCE;
}
</style>
border-color css
<style>
span { border-color: #709FCE; }
span { border-color: rgb(112,159,206); }
td.TdClassName
{
border-color: #709FCE;
}
.TagClassName
{
border-color: #709FCE;
}
</style>