Shades of Picton Blue #419DCD
Tints of Picton Blue #419DCD
RGB
CMYK
RGB Variations
Color information
#419DCD (or 0x419DCD) is known color: Picton Blue. HEX triplet: 41, 9D and CD. RGB value is (65,157,205). Sum of RGB (Red+Green+Blue) = 65+157+205=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #419DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DCD is #BE6232. Grayscale: #868686. Windows color (decimal): -12476979 or 13475137. OLE color: 13475137.
HSL color Cylindrical-coordinate representation of color #419DCD: hue angle of 200.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419DCD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 157 | 205 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.20 |
| HSL | 200.57º | 0.58% | 0.53% | - |
| HSV(B) | 200.57º | 0.68% | 0.8% | - |
| XYZ | 25.26 | 29.65 | 62.15 | - |
| YUV | 134.96 | 167.52 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 205 | 0.68 | 0.23 | 0 | 0.20 | 200.57 | 0.58 | 0.53 |
| Hex | 41 | 9D | CD | 44 | 17 | 0 | 14 | C9 | 3A | 35 |
| Octal | 101 | 235 | 315 | 104 | 27 | 0 | 24 | 311 | 72 | 65 |
| Binary | 1000001 | 10011101 | 11001101 | 1000100 | 10111 | 0 | 10100 | 11001001 | 111010 | 110101 |
Color Harmonies of #419DCD
Complementary color
Monochromatic Colors of #419DCD
Black with #419DCD
Text Example
Text Example
White with #419DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DCD; }
p { color: rgb(65,157,205); }
H1.HeaderClassName
{
color: #419DCD;
}
.AnyTagClassName
{
color: #419DCD;
}
</style>
background-color css
<style>
a { background-color: #419DCD; }
a { background-color: rgb(65,157,205); }
div.DivClassName
{
background-color: #419DCD;
}
.BgClassName
{
background-color: #419DCD;
}
</style>
border-color css
<style>
span { border-color: #419DCD; }
span { border-color: rgb(65,157,205); }
td.TdClassName
{
border-color: #419DCD;
}
.TagClassName
{
border-color: #419DCD;
}
</style>