Shades of Picton Blue #468FDD
Tints of Picton Blue #468FDD
RGB
CMYK
RGB Variations
Color information
#468FDD (or 0x468FDD) is known color: Picton Blue. HEX triplet: 46, 8F and DD. RGB value is (70,143,221). Sum of RGB (Red+Green+Blue) = 70+143+221=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #468FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FDD is #B97022. Grayscale: #818181. Windows color (decimal): -12152867 or 14520134. OLE color: 14520134.
HSL color Cylindrical-coordinate representation of color #468FDD: hue angle of 210.99º 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 #468FDD is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 143 | 221 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.13 |
| HSL | 210.99º | 0.69% | 0.57% | - |
| HSV(B) | 210.99º | 0.68% | 0.87% | - |
| XYZ | 25.4 | 26.17 | 72.12 | - |
| YUV | 130.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 221 | 0.68 | 0.35 | 0 | 0.13 | 210.99 | 0.69 | 0.57 |
| Hex | 46 | 8F | DD | 44 | 23 | 0 | D | D3 | 45 | 39 |
| Octal | 106 | 217 | 335 | 104 | 43 | 0 | 15 | 323 | 105 | 71 |
| Binary | 1000110 | 10001111 | 11011101 | 1000100 | 100011 | 0 | 1101 | 11010011 | 1000101 | 111001 |
Color Harmonies of #468FDD
Complementary color
Monochromatic Colors of #468FDD
Black with #468FDD
Text Example
Text Example
White with #468FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FDD; }
p { color: rgb(70,143,221); }
H1.HeaderClassName
{
color: #468FDD;
}
.AnyTagClassName
{
color: #468FDD;
}
</style>
background-color css
<style>
a { background-color: #468FDD; }
a { background-color: rgb(70,143,221); }
div.DivClassName
{
background-color: #468FDD;
}
.BgClassName
{
background-color: #468FDD;
}
</style>
border-color css
<style>
span { border-color: #468FDD; }
span { border-color: rgb(70,143,221); }
td.TdClassName
{
border-color: #468FDD;
}
.TagClassName
{
border-color: #468FDD;
}
</style>