Shades of Picton Blue #709BCF
Tints of Picton Blue #709BCF
RGB
CMYK
RGB Variations
Color information
#709BCF (or 0x709BCF) is known color: Picton Blue. HEX triplet: 70, 9B and CF. RGB value is (112,155,207). Sum of RGB (Red+Green+Blue) = 112+155+207=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #709BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BCF is #8F6430. Grayscale: #939393. Windows color (decimal): -9397297 or 13605744. OLE color: 13605744.
HSL color Cylindrical-coordinate representation of color #709BCF: hue angle of 212.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709BCF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 155 | 207 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.19 |
| HSL | 212.84º | 0.5% | 0.63% | - |
| HSV(B) | 212.84º | 0.46% | 0.81% | - |
| XYZ | 29.67 | 31.39 | 63.53 | - |
| YUV | 148.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 207 | 0.46 | 0.25 | 0 | 0.19 | 212.84 | 0.5 | 0.63 |
| Hex | 70 | 9B | CF | 2E | 19 | 0 | 13 | D5 | 32 | 3F |
| Octal | 160 | 233 | 317 | 56 | 31 | 0 | 23 | 325 | 62 | 77 |
| Binary | 1110000 | 10011011 | 11001111 | 101110 | 11001 | 0 | 10011 | 11010101 | 110010 | 111111 |
Color Harmonies of #709BCF
Complementary color
Monochromatic Colors of #709BCF
Black with #709BCF
Text Example
Text Example
White with #709BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BCF; }
p { color: rgb(112,155,207); }
H1.HeaderClassName
{
color: #709BCF;
}
.AnyTagClassName
{
color: #709BCF;
}
</style>
background-color css
<style>
a { background-color: #709BCF; }
a { background-color: rgb(112,155,207); }
div.DivClassName
{
background-color: #709BCF;
}
.BgClassName
{
background-color: #709BCF;
}
</style>
border-color css
<style>
span { border-color: #709BCF; }
span { border-color: rgb(112,155,207); }
td.TdClassName
{
border-color: #709BCF;
}
.TagClassName
{
border-color: #709BCF;
}
</style>