Shades of Picton Blue #468FDF
Tints of Picton Blue #468FDF
RGB
CMYK
RGB Variations
Color information
#468FDF (or 0x468FDF) is known color: Picton Blue. HEX triplet: 46, 8F and DF. RGB value is (70,143,223). Sum of RGB (Red+Green+Blue) = 70+143+223=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #468FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FDF is #B97020. Grayscale: #818181. Windows color (decimal): -12152865 or 14651206. OLE color: 14651206.
HSL color Cylindrical-coordinate representation of color #468FDF: hue angle of 211.37º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468FDF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 143 | 223 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.13 |
| HSL | 211.37º | 0.71% | 0.57% | - |
| HSV(B) | 211.37º | 0.69% | 0.87% | - |
| XYZ | 25.67 | 26.27 | 73.53 | - |
| YUV | 130.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 223 | 0.69 | 0.36 | 0 | 0.13 | 211.37 | 0.71 | 0.57 |
| Hex | 46 | 8F | DF | 45 | 24 | 0 | D | D3 | 47 | 39 |
| Octal | 106 | 217 | 337 | 105 | 44 | 0 | 15 | 323 | 107 | 71 |
| Binary | 1000110 | 10001111 | 11011111 | 1000101 | 100100 | 0 | 1101 | 11010011 | 1000111 | 111001 |
Color Harmonies of #468FDF
Complementary color
Monochromatic Colors of #468FDF
Black with #468FDF
Text Example
Text Example
White with #468FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FDF; }
p { color: rgb(70,143,223); }
H1.HeaderClassName
{
color: #468FDF;
}
.AnyTagClassName
{
color: #468FDF;
}
</style>
background-color css
<style>
a { background-color: #468FDF; }
a { background-color: rgb(70,143,223); }
div.DivClassName
{
background-color: #468FDF;
}
.BgClassName
{
background-color: #468FDF;
}
</style>
border-color css
<style>
span { border-color: #468FDF; }
span { border-color: rgb(70,143,223); }
td.TdClassName
{
border-color: #468FDF;
}
.TagClassName
{
border-color: #468FDF;
}
</style>