Shades of Blue #290CFD
Tints of Blue #290CFD
RGB
CMYK
RGB Variations
Color information
#290CFD (or 0x290CFD) is known color: Blue. HEX triplet: 29, 0C and FD. RGB value is (41,12,253). Sum of RGB (Red+Green+Blue) = 41+12+253=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #290CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CFD is #D6F302. Grayscale: #2F2F2F. Windows color (decimal): -14086915 or 16583721. OLE color: 16583721.
HSL color Cylindrical-coordinate representation of color #290CFD: hue angle of 247.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CFD is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 12 | 253 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.01 |
| HSL | 247.22º | 0.98% | 0.52% | - |
| HSV(B) | 247.22º | 0.95% | 0.99% | - |
| XYZ | 18.78 | 7.83 | 93.45 | - |
| YUV | 48.15 | 243.61 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 253 | 0.84 | 0.95 | 0 | 0.01 | 247.22 | 0.98 | 0.52 |
| Hex | 29 | C | FD | 54 | 5F | 0 | 1 | F7 | 62 | 34 |
| Octal | 51 | 14 | 375 | 124 | 137 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101001 | 1100 | 11111101 | 1010100 | 1011111 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #290CFD
Complementary color
Monochromatic Colors of #290CFD
Black with #290CFD
Text Example
Text Example
White with #290CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CFD; }
p { color: rgb(41,12,253); }
H1.HeaderClassName
{
color: #290CFD;
}
.AnyTagClassName
{
color: #290CFD;
}
</style>
background-color css
<style>
a { background-color: #290CFD; }
a { background-color: rgb(41,12,253); }
div.DivClassName
{
background-color: #290CFD;
}
.BgClassName
{
background-color: #290CFD;
}
</style>
border-color css
<style>
span { border-color: #290CFD; }
span { border-color: rgb(41,12,253); }
td.TdClassName
{
border-color: #290CFD;
}
.TagClassName
{
border-color: #290CFD;
}
</style>