Shades of Picton Blue #418EDB
Tints of Picton Blue #418EDB
RGB
CMYK
RGB Variations
Color information
#418EDB (or 0x418EDB) is known color: Picton Blue. HEX triplet: 41, 8E and DB. RGB value is (65,142,219). Sum of RGB (Red+Green+Blue) = 65+142+219=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #418EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EDB is #BE7124. Grayscale: #7F7F7F. Windows color (decimal): -12480805 or 14388801. OLE color: 14388801.
HSL color Cylindrical-coordinate representation of color #418EDB: hue angle of 210º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418EDB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 142 | 219 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.14 |
| HSL | 210º | 0.68% | 0.56% | - |
| HSV(B) | 210º | 0.7% | 0.86% | - |
| XYZ | 24.64 | 25.58 | 70.66 | - |
| YUV | 127.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 219 | 0.70 | 0.35 | 0 | 0.14 | 210 | 0.68 | 0.56 |
| Hex | 41 | 8E | DB | 46 | 23 | 0 | E | D2 | 44 | 38 |
| Octal | 101 | 216 | 333 | 106 | 43 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000001 | 10001110 | 11011011 | 1000110 | 100011 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #418EDB
Complementary color
Monochromatic Colors of #418EDB
Black with #418EDB
Text Example
Text Example
White with #418EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418EDB; }
p { color: rgb(65,142,219); }
H1.HeaderClassName
{
color: #418EDB;
}
.AnyTagClassName
{
color: #418EDB;
}
</style>
background-color css
<style>
a { background-color: #418EDB; }
a { background-color: rgb(65,142,219); }
div.DivClassName
{
background-color: #418EDB;
}
.BgClassName
{
background-color: #418EDB;
}
</style>
border-color css
<style>
span { border-color: #418EDB; }
span { border-color: rgb(65,142,219); }
td.TdClassName
{
border-color: #418EDB;
}
.TagClassName
{
border-color: #418EDB;
}
</style>