Shades of Picton Blue #418ED8
Tints of Picton Blue #418ED8
RGB
CMYK
RGB Variations
Color information
#418ED8 (or 0x418ED8) is known color: Picton Blue. HEX triplet: 41, 8E and D8. RGB value is (65,142,216). Sum of RGB (Red+Green+Blue) = 65+142+216=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #418ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ED8 is #BE7127. Grayscale: #7F7F7F. Windows color (decimal): -12480808 or 14192193. OLE color: 14192193.
HSL color Cylindrical-coordinate representation of color #418ED8: hue angle of 209.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418ED8 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 142 | 216 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.15 |
| HSL | 209.4º | 0.66% | 0.55% | - |
| HSV(B) | 209.4º | 0.7% | 0.85% | - |
| XYZ | 24.25 | 25.43 | 68.6 | - |
| YUV | 127.41 | 177.99 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 216 | 0.70 | 0.34 | 0 | 0.15 | 209.4 | 0.66 | 0.55 |
| Hex | 41 | 8E | D8 | 46 | 22 | 0 | F | D1 | 42 | 37 |
| Octal | 101 | 216 | 330 | 106 | 42 | 0 | 17 | 321 | 102 | 67 |
| Binary | 1000001 | 10001110 | 11011000 | 1000110 | 100010 | 0 | 1111 | 11010001 | 1000010 | 110111 |
Color Harmonies of #418ED8
Complementary color
Monochromatic Colors of #418ED8
Black with #418ED8
Text Example
Text Example
White with #418ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418ED8; }
p { color: rgb(65,142,216); }
H1.HeaderClassName
{
color: #418ED8;
}
.AnyTagClassName
{
color: #418ED8;
}
</style>
background-color css
<style>
a { background-color: #418ED8; }
a { background-color: rgb(65,142,216); }
div.DivClassName
{
background-color: #418ED8;
}
.BgClassName
{
background-color: #418ED8;
}
</style>
border-color css
<style>
span { border-color: #418ED8; }
span { border-color: rgb(65,142,216); }
td.TdClassName
{
border-color: #418ED8;
}
.TagClassName
{
border-color: #418ED8;
}
</style>