Shades of Picton Blue #709FCD
Tints of Picton Blue #709FCD
RGB
CMYK
RGB Variations
Color information
#709FCD (or 0x709FCD) is known color: Picton Blue. HEX triplet: 70, 9F and CD. RGB value is (112,159,205). Sum of RGB (Red+Green+Blue) = 112+159+205=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #709FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FCD is #8F6032. Grayscale: #959595. Windows color (decimal): -9396275 or 13475696. OLE color: 13475696.
HSL color Cylindrical-coordinate representation of color #709FCD: hue angle of 209.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709FCD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 159 | 205 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.20 |
| HSL | 209.68º | 0.48% | 0.62% | - |
| HSV(B) | 209.68º | 0.45% | 0.8% | - |
| XYZ | 30.1 | 32.65 | 62.47 | - |
| YUV | 150.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 205 | 0.45 | 0.22 | 0 | 0.20 | 209.68 | 0.48 | 0.62 |
| Hex | 70 | 9F | CD | 2D | 16 | 0 | 14 | D2 | 30 | 3E |
| Octal | 160 | 237 | 315 | 55 | 26 | 0 | 24 | 322 | 60 | 76 |
| Binary | 1110000 | 10011111 | 11001101 | 101101 | 10110 | 0 | 10100 | 11010010 | 110000 | 111110 |
Color Harmonies of #709FCD
Complementary color
Monochromatic Colors of #709FCD
Black with #709FCD
Text Example
Text Example
White with #709FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FCD; }
p { color: rgb(112,159,205); }
H1.HeaderClassName
{
color: #709FCD;
}
.AnyTagClassName
{
color: #709FCD;
}
</style>
background-color css
<style>
a { background-color: #709FCD; }
a { background-color: rgb(112,159,205); }
div.DivClassName
{
background-color: #709FCD;
}
.BgClassName
{
background-color: #709FCD;
}
</style>
border-color css
<style>
span { border-color: #709FCD; }
span { border-color: rgb(112,159,205); }
td.TdClassName
{
border-color: #709FCD;
}
.TagClassName
{
border-color: #709FCD;
}
</style>