Shades of Picton Blue #709CCB
Tints of Picton Blue #709CCB
RGB
CMYK
RGB Variations
Color information
#709CCB (or 0x709CCB) is known color: Picton Blue. HEX triplet: 70, 9C and CB. RGB value is (112,156,203). Sum of RGB (Red+Green+Blue) = 112+156+203=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #709CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CCB is #8F6334. Grayscale: #939393. Windows color (decimal): -9397045 or 13343856. OLE color: 13343856.
HSL color Cylindrical-coordinate representation of color #709CCB: hue angle of 210.99º 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 #709CCB is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 156 | 203 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.20 |
| HSL | 210.99º | 0.47% | 0.62% | - |
| HSV(B) | 210.99º | 0.45% | 0.8% | - |
| XYZ | 29.35 | 31.53 | 61.04 | - |
| YUV | 148.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 203 | 0.45 | 0.23 | 0 | 0.20 | 210.99 | 0.47 | 0.62 |
| Hex | 70 | 9C | CB | 2D | 17 | 0 | 14 | D3 | 2F | 3E |
| Octal | 160 | 234 | 313 | 55 | 27 | 0 | 24 | 323 | 57 | 76 |
| Binary | 1110000 | 10011100 | 11001011 | 101101 | 10111 | 0 | 10100 | 11010011 | 101111 | 111110 |
Color Harmonies of #709CCB
Complementary color
Monochromatic Colors of #709CCB
Black with #709CCB
Text Example
Text Example
White with #709CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CCB; }
p { color: rgb(112,156,203); }
H1.HeaderClassName
{
color: #709CCB;
}
.AnyTagClassName
{
color: #709CCB;
}
</style>
background-color css
<style>
a { background-color: #709CCB; }
a { background-color: rgb(112,156,203); }
div.DivClassName
{
background-color: #709CCB;
}
.BgClassName
{
background-color: #709CCB;
}
</style>
border-color css
<style>
span { border-color: #709CCB; }
span { border-color: rgb(112,156,203); }
td.TdClassName
{
border-color: #709CCB;
}
.TagClassName
{
border-color: #709CCB;
}
</style>