Shades of Blue #2908F1
Tints of Blue #2908F1
RGB
CMYK
RGB Variations
Color information
#2908F1 (or 0x2908F1) is known color: Blue. HEX triplet: 29, 08 and F1. RGB value is (41,8,241). Sum of RGB (Red+Green+Blue) = 41+8+241=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 241 (94.53% from 255 or 83.10% from 290); Max value from RGB is 241 - color contains mainly: blue. Hex color #2908F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2908F1 is #D6F70E. Grayscale: #2B2B2B. Windows color (decimal): -14087951 or 15796265. OLE color: 15796265.
HSL color Cylindrical-coordinate representation of color #2908F1: hue angle of 248.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2908F1 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 8 | 241 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.05 |
| HSL | 248.5º | 0.94% | 0.49% | - |
| HSV(B) | 248.5º | 0.97% | 0.95% | - |
| XYZ | 16.88 | 7 | 83.68 | - |
| YUV | 44.43 | 238.93 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 241 | 0.83 | 0.97 | 0 | 0.05 | 248.5 | 0.94 | 0.49 |
| Hex | 29 | 8 | F1 | 53 | 61 | 0 | 5 | F8 | 5E | 31 |
| Octal | 51 | 10 | 361 | 123 | 141 | 0 | 5 | 370 | 136 | 61 |
| Binary | 101001 | 1000 | 11110001 | 1010011 | 1100001 | 0 | 101 | 11111000 | 1011110 | 110001 |
Color Harmonies of #2908F1
Complementary color
Monochromatic Colors of #2908F1
Black with #2908F1
Text Example
Text Example
White with #2908F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908F1; }
p { color: rgb(41,8,241); }
H1.HeaderClassName
{
color: #2908F1;
}
.AnyTagClassName
{
color: #2908F1;
}
</style>
background-color css
<style>
a { background-color: #2908F1; }
a { background-color: rgb(41,8,241); }
div.DivClassName
{
background-color: #2908F1;
}
.BgClassName
{
background-color: #2908F1;
}
</style>
border-color css
<style>
span { border-color: #2908F1; }
span { border-color: rgb(41,8,241); }
td.TdClassName
{
border-color: #2908F1;
}
.TagClassName
{
border-color: #2908F1;
}
</style>