Shades of Blue #2609FA
Tints of Blue #2609FA
RGB
CMYK
RGB Variations
Color information
#2609FA (or 0x2609FA) is known color: Blue. HEX triplet: 26, 09 and FA. RGB value is (38,9,250). Sum of RGB (Red+Green+Blue) = 38+9+250=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #2609FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2609FA is #D9F605. Grayscale: #2C2C2C. Windows color (decimal): -14284294 or 16386342. OLE color: 16386342.
HSL color Cylindrical-coordinate representation of color #2609FA: hue angle of 247.22º degrees, saturation: 0.96, 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 #2609FA is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 9 | 250 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.02 |
| HSL | 247.22º | 0.96% | 0.51% | - |
| HSV(B) | 247.22º | 0.96% | 0.98% | - |
| XYZ | 18.15 | 7.51 | 90.94 | - |
| YUV | 45.15 | 243.61 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 250 | 0.85 | 0.96 | 0 | 0.02 | 247.22 | 0.96 | 0.51 |
| Hex | 26 | 9 | FA | 55 | 60 | 0 | 2 | F7 | 60 | 33 |
| Octal | 46 | 11 | 372 | 125 | 140 | 0 | 2 | 367 | 140 | 63 |
| Binary | 100110 | 1001 | 11111010 | 1010101 | 1100000 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #2609FA
Complementary color
Monochromatic Colors of #2609FA
Black with #2609FA
Text Example
Text Example
White with #2609FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609FA; }
p { color: rgb(38,9,250); }
H1.HeaderClassName
{
color: #2609FA;
}
.AnyTagClassName
{
color: #2609FA;
}
</style>
background-color css
<style>
a { background-color: #2609FA; }
a { background-color: rgb(38,9,250); }
div.DivClassName
{
background-color: #2609FA;
}
.BgClassName
{
background-color: #2609FA;
}
</style>
border-color css
<style>
span { border-color: #2609FA; }
span { border-color: rgb(38,9,250); }
td.TdClassName
{
border-color: #2609FA;
}
.TagClassName
{
border-color: #2609FA;
}
</style>