Shades of Blue #2609FF
Tints of Blue #2609FF
RGB
CMYK
RGB Variations
Color information
#2609FF (or 0x2609FF) is known color: Blue. HEX triplet: 26, 09 and FF. RGB value is (38,9,255). Sum of RGB (Red+Green+Blue) = 38+9+255=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #2609FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2609FF is #D9F600. Grayscale: #2C2C2C. Windows color (decimal): -14284289 or 16714022. OLE color: 16714022.
HSL color Cylindrical-coordinate representation of color #2609FF: hue angle of 247.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2609FF is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 9 | 255 | - |
| CMYK | 0.85 | 0.96 | 0 | 0 |
| HSL | 247.07º | 1% | 0.52% | - |
| HSV(B) | 247.07º | 0.96% | 1% | - |
| XYZ | 18.95 | 7.83 | 95.12 | - |
| YUV | 45.72 | 246.11 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 255 | 0.85 | 0.96 | 0 | 0 | 247.07 | 1 | 0.52 |
| Hex | 26 | 9 | FF | 55 | 60 | 0 | 0 | F7 | 64 | 34 |
| Octal | 46 | 11 | 377 | 125 | 140 | 0 | 0 | 367 | 144 | 64 |
| Binary | 100110 | 1001 | 11111111 | 1010101 | 1100000 | 0 | 0 | 11110111 | 1100100 | 110100 |
Color Harmonies of #2609FF
Complementary color
Monochromatic Colors of #2609FF
Black with #2609FF
Text Example
Text Example
White with #2609FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609FF; }
p { color: rgb(38,9,255); }
H1.HeaderClassName
{
color: #2609FF;
}
.AnyTagClassName
{
color: #2609FF;
}
</style>
background-color css
<style>
a { background-color: #2609FF; }
a { background-color: rgb(38,9,255); }
div.DivClassName
{
background-color: #2609FF;
}
.BgClassName
{
background-color: #2609FF;
}
</style>
border-color css
<style>
span { border-color: #2609FF; }
span { border-color: rgb(38,9,255); }
td.TdClassName
{
border-color: #2609FF;
}
.TagClassName
{
border-color: #2609FF;
}
</style>