Shades of Blue #2605EF
Tints of Blue #2605EF
RGB
CMYK
RGB Variations
Color information
#2605EF (or 0x2605EF) is known color: Blue. HEX triplet: 26, 05 and EF. RGB value is (38,5,239). Sum of RGB (Red+Green+Blue) = 38+5+239=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #2605EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2605EF is #D9FA10. Grayscale: #282828. Windows color (decimal): -14285329 or 15664422. OLE color: 15664422.
HSL color Cylindrical-coordinate representation of color #2605EF: hue angle of 248.46º 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 #2605EF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 5 | 239 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.06 |
| HSL | 248.46º | 0.96% | 0.48% | - |
| HSV(B) | 248.46º | 0.98% | 0.94% | - |
| XYZ | 16.43 | 6.75 | 82.1 | - |
| YUV | 41.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 239 | 0.84 | 0.98 | 0 | 0.06 | 248.46 | 0.96 | 0.48 |
| Hex | 26 | 5 | EF | 54 | 62 | 0 | 6 | F8 | 60 | 30 |
| Octal | 46 | 5 | 357 | 124 | 142 | 0 | 6 | 370 | 140 | 60 |
| Binary | 100110 | 101 | 11101111 | 1010100 | 1100010 | 0 | 110 | 11111000 | 1100000 | 110000 |
Color Harmonies of #2605EF
Complementary color
Monochromatic Colors of #2605EF
Black with #2605EF
Text Example
Text Example
White with #2605EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605EF; }
p { color: rgb(38,5,239); }
H1.HeaderClassName
{
color: #2605EF;
}
.AnyTagClassName
{
color: #2605EF;
}
</style>
background-color css
<style>
a { background-color: #2605EF; }
a { background-color: rgb(38,5,239); }
div.DivClassName
{
background-color: #2605EF;
}
.BgClassName
{
background-color: #2605EF;
}
</style>
border-color css
<style>
span { border-color: #2605EF; }
span { border-color: rgb(38,5,239); }
td.TdClassName
{
border-color: #2605EF;
}
.TagClassName
{
border-color: #2605EF;
}
</style>