Shades of Picton Blue #709FCB
Tints of Picton Blue #709FCB
RGB
CMYK
RGB Variations
Color information
#709FCB (or 0x709FCB) is known color: Picton Blue. HEX triplet: 70, 9F and CB. RGB value is (112,159,203). Sum of RGB (Red+Green+Blue) = 112+159+203=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #709FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FCB is #8F6034. Grayscale: #959595. Windows color (decimal): -9396277 or 13344624. OLE color: 13344624.
HSL color Cylindrical-coordinate representation of color #709FCB: hue angle of 209.01º degrees, saturation: 0.47, 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 #709FCB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 159 | 203 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.20 |
| HSL | 209.01º | 0.47% | 0.62% | - |
| HSV(B) | 209.01º | 0.45% | 0.8% | - |
| XYZ | 29.86 | 32.55 | 61.21 | - |
| YUV | 149.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 203 | 0.45 | 0.22 | 0 | 0.20 | 209.01 | 0.47 | 0.62 |
| Hex | 70 | 9F | CB | 2D | 16 | 0 | 14 | D1 | 2F | 3E |
| Octal | 160 | 237 | 313 | 55 | 26 | 0 | 24 | 321 | 57 | 76 |
| Binary | 1110000 | 10011111 | 11001011 | 101101 | 10110 | 0 | 10100 | 11010001 | 101111 | 111110 |
Color Harmonies of #709FCB
Complementary color
Monochromatic Colors of #709FCB
Black with #709FCB
Text Example
Text Example
White with #709FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FCB; }
p { color: rgb(112,159,203); }
H1.HeaderClassName
{
color: #709FCB;
}
.AnyTagClassName
{
color: #709FCB;
}
</style>
background-color css
<style>
a { background-color: #709FCB; }
a { background-color: rgb(112,159,203); }
div.DivClassName
{
background-color: #709FCB;
}
.BgClassName
{
background-color: #709FCB;
}
</style>
border-color css
<style>
span { border-color: #709FCB; }
span { border-color: rgb(112,159,203); }
td.TdClassName
{
border-color: #709FCB;
}
.TagClassName
{
border-color: #709FCB;
}
</style>