Shades of Picton Blue #4090DF
Tints of Picton Blue #4090DF
RGB
CMYK
RGB Variations
Color information
#4090DF (or 0x4090DF) is known color: Picton Blue. HEX triplet: 40, 90 and DF. RGB value is (64,144,223). Sum of RGB (Red+Green+Blue) = 64+144+223=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #4090DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090DF is #BF6F20. Grayscale: #808080. Windows color (decimal): -12545825 or 14651456. OLE color: 14651456.
HSL color Cylindrical-coordinate representation of color #4090DF: hue angle of 209.81º 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 #4090DF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 144 | 223 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.13 |
| HSL | 209.81º | 0.71% | 0.56% | - |
| HSV(B) | 209.81º | 0.71% | 0.87% | - |
| XYZ | 25.41 | 26.36 | 73.56 | - |
| YUV | 129.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 223 | 0.71 | 0.35 | 0 | 0.13 | 209.81 | 0.71 | 0.56 |
| Hex | 40 | 90 | DF | 47 | 23 | 0 | D | D2 | 47 | 38 |
| Octal | 100 | 220 | 337 | 107 | 43 | 0 | 15 | 322 | 107 | 70 |
| Binary | 1000000 | 10010000 | 11011111 | 1000111 | 100011 | 0 | 1101 | 11010010 | 1000111 | 111000 |
Color Harmonies of #4090DF
Complementary color
Monochromatic Colors of #4090DF
Black with #4090DF
Text Example
Text Example
White with #4090DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4090DF; }
p { color: rgb(64,144,223); }
H1.HeaderClassName
{
color: #4090DF;
}
.AnyTagClassName
{
color: #4090DF;
}
</style>
background-color css
<style>
a { background-color: #4090DF; }
a { background-color: rgb(64,144,223); }
div.DivClassName
{
background-color: #4090DF;
}
.BgClassName
{
background-color: #4090DF;
}
</style>
border-color css
<style>
span { border-color: #4090DF; }
span { border-color: rgb(64,144,223); }
td.TdClassName
{
border-color: #4090DF;
}
.TagClassName
{
border-color: #4090DF;
}
</style>