Shades of Blue #2909FB
Tints of Blue #2909FB
RGB
CMYK
RGB Variations
Color information
#2909FB (or 0x2909FB) is known color: Blue. HEX triplet: 29, 09 and FB. RGB value is (41,9,251). Sum of RGB (Red+Green+Blue) = 41+9+251=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #2909FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2909FB is #D6F604. Grayscale: #2D2D2D. Windows color (decimal): -14087685 or 16451881. OLE color: 16451881.
HSL color Cylindrical-coordinate representation of color #2909FB: hue angle of 247.93º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2909FB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 9 | 251 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.93º | 0.97% | 0.51% | - |
| HSV(B) | 247.93º | 0.96% | 0.98% | - |
| XYZ | 18.42 | 7.63 | 91.77 | - |
| YUV | 46.16 | 243.6 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 251 | 0.84 | 0.96 | 0 | 0.02 | 247.93 | 0.97 | 0.51 |
| Hex | 29 | 9 | FB | 54 | 60 | 0 | 2 | F8 | 61 | 33 |
| Octal | 51 | 11 | 373 | 124 | 140 | 0 | 2 | 370 | 141 | 63 |
| Binary | 101001 | 1001 | 11111011 | 1010100 | 1100000 | 0 | 10 | 11111000 | 1100001 | 110011 |
Color Harmonies of #2909FB
Complementary color
Monochromatic Colors of #2909FB
Black with #2909FB
Text Example
Text Example
White with #2909FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2909FB; }
p { color: rgb(41,9,251); }
H1.HeaderClassName
{
color: #2909FB;
}
.AnyTagClassName
{
color: #2909FB;
}
</style>
background-color css
<style>
a { background-color: #2909FB; }
a { background-color: rgb(41,9,251); }
div.DivClassName
{
background-color: #2909FB;
}
.BgClassName
{
background-color: #2909FB;
}
</style>
border-color css
<style>
span { border-color: #2909FB; }
span { border-color: rgb(41,9,251); }
td.TdClassName
{
border-color: #2909FB;
}
.TagClassName
{
border-color: #2909FB;
}
</style>