Shades of Picton Blue #4290DB
Tints of Picton Blue #4290DB
RGB
CMYK
RGB Variations
Color information
#4290DB (or 0x4290DB) is known color: Picton Blue. HEX triplet: 42, 90 and DB. RGB value is (66,144,219). Sum of RGB (Red+Green+Blue) = 66+144+219=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #4290DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290DB is #BD6F24. Grayscale: #808080. Windows color (decimal): -12414757 or 14389314. OLE color: 14389314.
HSL color Cylindrical-coordinate representation of color #4290DB: hue angle of 209.41º 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 #4290DB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 144 | 219 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.14 |
| HSL | 209.41º | 0.68% | 0.56% | - |
| HSV(B) | 209.41º | 0.7% | 0.86% | - |
| XYZ | 25.01 | 26.22 | 70.76 | - |
| YUV | 129.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 219 | 0.70 | 0.34 | 0 | 0.14 | 209.41 | 0.68 | 0.56 |
| Hex | 42 | 90 | DB | 46 | 22 | 0 | E | D1 | 44 | 38 |
| Octal | 102 | 220 | 333 | 106 | 42 | 0 | 16 | 321 | 104 | 70 |
| Binary | 1000010 | 10010000 | 11011011 | 1000110 | 100010 | 0 | 1110 | 11010001 | 1000100 | 111000 |
Color Harmonies of #4290DB
Complementary color
Monochromatic Colors of #4290DB
Black with #4290DB
Text Example
Text Example
White with #4290DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290DB; }
p { color: rgb(66,144,219); }
H1.HeaderClassName
{
color: #4290DB;
}
.AnyTagClassName
{
color: #4290DB;
}
</style>
background-color css
<style>
a { background-color: #4290DB; }
a { background-color: rgb(66,144,219); }
div.DivClassName
{
background-color: #4290DB;
}
.BgClassName
{
background-color: #4290DB;
}
</style>
border-color css
<style>
span { border-color: #4290DB; }
span { border-color: rgb(66,144,219); }
td.TdClassName
{
border-color: #4290DB;
}
.TagClassName
{
border-color: #4290DB;
}
</style>