Shades of Blue #2602EE
Tints of Blue #2602EE
RGB
CMYK
RGB Variations
Color information
#2602EE (or 0x2602EE) is known color: Blue. HEX triplet: 26, 02 and EE. RGB value is (38,2,238). Sum of RGB (Red+Green+Blue) = 38+2+238=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #2602EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2602EE is #D9FD11. Grayscale: #262626. Windows color (decimal): -14286098 or 15598118. OLE color: 15598118.
HSL color Cylindrical-coordinate representation of color #2602EE: hue angle of 249.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602EE is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 2 | 238 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.07 |
| HSL | 249.15º | 0.98% | 0.47% | - |
| HSV(B) | 249.15º | 0.99% | 0.93% | - |
| XYZ | 16.25 | 6.63 | 81.31 | - |
| YUV | 39.67 | 239.93 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 238 | 0.84 | 0.99 | 0 | 0.07 | 249.15 | 0.98 | 0.47 |
| Hex | 26 | 2 | EE | 54 | 63 | 0 | 7 | F9 | 62 | 2F |
| Octal | 46 | 2 | 356 | 124 | 143 | 0 | 7 | 371 | 142 | 57 |
| Binary | 100110 | 10 | 11101110 | 1010100 | 1100011 | 0 | 111 | 11111001 | 1100010 | 101111 |
Color Harmonies of #2602EE
Complementary color
Monochromatic Colors of #2602EE
Black with #2602EE
Text Example
Text Example
White with #2602EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602EE; }
p { color: rgb(38,2,238); }
H1.HeaderClassName
{
color: #2602EE;
}
.AnyTagClassName
{
color: #2602EE;
}
</style>
background-color css
<style>
a { background-color: #2602EE; }
a { background-color: rgb(38,2,238); }
div.DivClassName
{
background-color: #2602EE;
}
.BgClassName
{
background-color: #2602EE;
}
</style>
border-color css
<style>
span { border-color: #2602EE; }
span { border-color: rgb(38,2,238); }
td.TdClassName
{
border-color: #2602EE;
}
.TagClassName
{
border-color: #2602EE;
}
</style>