Shades of Picton Blue #418CDF
Tints of Picton Blue #418CDF
RGB
CMYK
RGB Variations
Color information
#418CDF (or 0x418CDF) is known color: Picton Blue. HEX triplet: 41, 8C and DF. RGB value is (65,140,223). Sum of RGB (Red+Green+Blue) = 65+140+223=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #418CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CDF is #BE7320. Grayscale: #7E7E7E. Windows color (decimal): -12481313 or 14650433. OLE color: 14650433.
HSL color Cylindrical-coordinate representation of color #418CDF: hue angle of 211.52º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418CDF is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 140 | 223 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.13 |
| HSL | 211.52º | 0.71% | 0.56% | - |
| HSV(B) | 211.52º | 0.71% | 0.87% | - |
| XYZ | 24.88 | 25.21 | 73.37 | - |
| YUV | 127.04 | 182.15 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 223 | 0.71 | 0.37 | 0 | 0.13 | 211.52 | 0.71 | 0.56 |
| Hex | 41 | 8C | DF | 47 | 25 | 0 | D | D4 | 47 | 38 |
| Octal | 101 | 214 | 337 | 107 | 45 | 0 | 15 | 324 | 107 | 70 |
| Binary | 1000001 | 10001100 | 11011111 | 1000111 | 100101 | 0 | 1101 | 11010100 | 1000111 | 111000 |
Color Harmonies of #418CDF
Complementary color
Monochromatic Colors of #418CDF
Black with #418CDF
Text Example
Text Example
White with #418CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CDF; }
p { color: rgb(65,140,223); }
H1.HeaderClassName
{
color: #418CDF;
}
.AnyTagClassName
{
color: #418CDF;
}
</style>
background-color css
<style>
a { background-color: #418CDF; }
a { background-color: rgb(65,140,223); }
div.DivClassName
{
background-color: #418CDF;
}
.BgClassName
{
background-color: #418CDF;
}
</style>
border-color css
<style>
span { border-color: #418CDF; }
span { border-color: rgb(65,140,223); }
td.TdClassName
{
border-color: #418CDF;
}
.TagClassName
{
border-color: #418CDF;
}
</style>