Shades of Blue #2905EF
Tints of Blue #2905EF
RGB
CMYK
RGB Variations
Color information
#2905EF (or 0x2905EF) is known color: Blue. HEX triplet: 29, 05 and EF. RGB value is (41,5,239). Sum of RGB (Red+Green+Blue) = 41+5+239=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #2905EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2905EF is #D6FA10. Grayscale: #292929. Windows color (decimal): -14088721 or 15664425. OLE color: 15664425.
HSL color Cylindrical-coordinate representation of color #2905EF: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2905EF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 5 | 239 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.06 |
| HSL | 249.23º | 0.96% | 0.48% | - |
| HSV(B) | 249.23º | 0.98% | 0.94% | - |
| XYZ | 16.55 | 6.81 | 82.1 | - |
| YUV | 42.44 | 238.93 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 239 | 0.83 | 0.98 | 0 | 0.06 | 249.23 | 0.96 | 0.48 |
| Hex | 29 | 5 | EF | 53 | 62 | 0 | 6 | F9 | 60 | 30 |
| Octal | 51 | 5 | 357 | 123 | 142 | 0 | 6 | 371 | 140 | 60 |
| Binary | 101001 | 101 | 11101111 | 1010011 | 1100010 | 0 | 110 | 11111001 | 1100000 | 110000 |
Color Harmonies of #2905EF
Complementary color
Monochromatic Colors of #2905EF
Black with #2905EF
Text Example
Text Example
White with #2905EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2905EF; }
p { color: rgb(41,5,239); }
H1.HeaderClassName
{
color: #2905EF;
}
.AnyTagClassName
{
color: #2905EF;
}
</style>
background-color css
<style>
a { background-color: #2905EF; }
a { background-color: rgb(41,5,239); }
div.DivClassName
{
background-color: #2905EF;
}
.BgClassName
{
background-color: #2905EF;
}
</style>
border-color css
<style>
span { border-color: #2905EF; }
span { border-color: rgb(41,5,239); }
td.TdClassName
{
border-color: #2905EF;
}
.TagClassName
{
border-color: #2905EF;
}
</style>