Shades of Blue #2605EA
Tints of Blue #2605EA
RGB
CMYK
RGB Variations
Color information
#2605EA (or 0x2605EA) is known color: Blue. HEX triplet: 26, 05 and EA. RGB value is (38,5,234). Sum of RGB (Red+Green+Blue) = 38+5+234=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 234 (91.80% from 255 or 84.48% from 277); Max value from RGB is 234 - color contains mainly: blue. Hex color #2605EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2605EA is #D9FA15. Grayscale: #282828. Windows color (decimal): -14285334 or 15336742. OLE color: 15336742.
HSL color Cylindrical-coordinate representation of color #2605EA: hue angle of 248.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2605EA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 5 | 234 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.08 |
| HSL | 248.65º | 0.96% | 0.47% | - |
| HSV(B) | 248.65º | 0.98% | 0.92% | - |
| XYZ | 15.7 | 6.46 | 78.26 | - |
| YUV | 40.97 | 236.93 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 234 | 0.84 | 0.98 | 0 | 0.08 | 248.65 | 0.96 | 0.47 |
| Hex | 26 | 5 | EA | 54 | 62 | 0 | 8 | F9 | 60 | 2F |
| Octal | 46 | 5 | 352 | 124 | 142 | 0 | 10 | 371 | 140 | 57 |
| Binary | 100110 | 101 | 11101010 | 1010100 | 1100010 | 0 | 1000 | 11111001 | 1100000 | 101111 |
Color Harmonies of #2605EA
Complementary color
Monochromatic Colors of #2605EA
Black with #2605EA
Text Example
Text Example
White with #2605EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605EA; }
p { color: rgb(38,5,234); }
H1.HeaderClassName
{
color: #2605EA;
}
.AnyTagClassName
{
color: #2605EA;
}
</style>
background-color css
<style>
a { background-color: #2605EA; }
a { background-color: rgb(38,5,234); }
div.DivClassName
{
background-color: #2605EA;
}
.BgClassName
{
background-color: #2605EA;
}
</style>
border-color css
<style>
span { border-color: #2605EA; }
span { border-color: rgb(38,5,234); }
td.TdClassName
{
border-color: #2605EA;
}
.TagClassName
{
border-color: #2605EA;
}
</style>