Shades of Blue #2609F0
Tints of Blue #2609F0
RGB
CMYK
RGB Variations
Color information
#2609F0 (or 0x2609F0) is known color: Blue. HEX triplet: 26, 09 and F0. RGB value is (38,9,240). Sum of RGB (Red+Green+Blue) = 38+9+240=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #2609F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2609F0 is #D9F60F. Grayscale: #2B2B2B. Windows color (decimal): -14284304 or 15730982. OLE color: 15730982.
HSL color Cylindrical-coordinate representation of color #2609F0: hue angle of 247.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2609F0 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 9 | 240 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.06 |
| HSL | 247.53º | 0.93% | 0.49% | - |
| HSV(B) | 247.53º | 0.96% | 0.94% | - |
| XYZ | 16.63 | 6.9 | 82.89 | - |
| YUV | 44.01 | 238.61 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 240 | 0.84 | 0.96 | 0 | 0.06 | 247.53 | 0.93 | 0.49 |
| Hex | 26 | 9 | F0 | 54 | 60 | 0 | 6 | F8 | 5D | 31 |
| Octal | 46 | 11 | 360 | 124 | 140 | 0 | 6 | 370 | 135 | 61 |
| Binary | 100110 | 1001 | 11110000 | 1010100 | 1100000 | 0 | 110 | 11111000 | 1011101 | 110001 |
Color Harmonies of #2609F0
Complementary color
Monochromatic Colors of #2609F0
Black with #2609F0
Text Example
Text Example
White with #2609F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609F0; }
p { color: rgb(38,9,240); }
H1.HeaderClassName
{
color: #2609F0;
}
.AnyTagClassName
{
color: #2609F0;
}
</style>
background-color css
<style>
a { background-color: #2609F0; }
a { background-color: rgb(38,9,240); }
div.DivClassName
{
background-color: #2609F0;
}
.BgClassName
{
background-color: #2609F0;
}
</style>
border-color css
<style>
span { border-color: #2609F0; }
span { border-color: rgb(38,9,240); }
td.TdClassName
{
border-color: #2609F0;
}
.TagClassName
{
border-color: #2609F0;
}
</style>