Shades of Picton Blue #468CDD
Tints of Picton Blue #468CDD
RGB
CMYK
RGB Variations
Color information
#468CDD (or 0x468CDD) is known color: Picton Blue. HEX triplet: 46, 8C and DD. RGB value is (70,140,221). Sum of RGB (Red+Green+Blue) = 70+140+221=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #468CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CDD is #B97322. Grayscale: #7F7F7F. Windows color (decimal): -12153635 or 14519366. OLE color: 14519366.
HSL color Cylindrical-coordinate representation of color #468CDD: hue angle of 212.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468CDD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 140 | 221 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.13 |
| HSL | 212.19º | 0.69% | 0.57% | - |
| HSV(B) | 212.19º | 0.68% | 0.87% | - |
| XYZ | 24.96 | 25.28 | 71.97 | - |
| YUV | 128.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 221 | 0.68 | 0.37 | 0 | 0.13 | 212.19 | 0.69 | 0.57 |
| Hex | 46 | 8C | DD | 44 | 25 | 0 | D | D4 | 45 | 39 |
| Octal | 106 | 214 | 335 | 104 | 45 | 0 | 15 | 324 | 105 | 71 |
| Binary | 1000110 | 10001100 | 11011101 | 1000100 | 100101 | 0 | 1101 | 11010100 | 1000101 | 111001 |
Color Harmonies of #468CDD
Complementary color
Monochromatic Colors of #468CDD
Black with #468CDD
Text Example
Text Example
White with #468CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CDD; }
p { color: rgb(70,140,221); }
H1.HeaderClassName
{
color: #468CDD;
}
.AnyTagClassName
{
color: #468CDD;
}
</style>
background-color css
<style>
a { background-color: #468CDD; }
a { background-color: rgb(70,140,221); }
div.DivClassName
{
background-color: #468CDD;
}
.BgClassName
{
background-color: #468CDD;
}
</style>
border-color css
<style>
span { border-color: #468CDD; }
span { border-color: rgb(70,140,221); }
td.TdClassName
{
border-color: #468CDD;
}
.TagClassName
{
border-color: #468CDD;
}
</style>