Shades of Blue #2005EE
Tints of Blue #2005EE
RGB
CMYK
RGB Variations
Color information
#2005EE (or 0x2005EE) is known color: Blue. HEX triplet: 20, 05 and EE. RGB value is (32,5,238). Sum of RGB (Red+Green+Blue) = 32+5+238=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #2005EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005EE is #DFFA11. Grayscale: #262626. Windows color (decimal): -14678546 or 15598880. OLE color: 15598880.
HSL color Cylindrical-coordinate representation of color #2005EE: hue angle of 246.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005EE is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 5 | 238 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.07 |
| HSL | 246.95º | 0.96% | 0.48% | - |
| HSV(B) | 246.95º | 0.98% | 0.93% | - |
| XYZ | 16.08 | 6.59 | 81.31 | - |
| YUV | 39.64 | 239.95 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 238 | 0.87 | 0.98 | 0 | 0.07 | 246.95 | 0.96 | 0.48 |
| Hex | 20 | 5 | EE | 57 | 62 | 0 | 7 | F7 | 60 | 30 |
| Octal | 40 | 5 | 356 | 127 | 142 | 0 | 7 | 367 | 140 | 60 |
| Binary | 100000 | 101 | 11101110 | 1010111 | 1100010 | 0 | 111 | 11110111 | 1100000 | 110000 |
Color Harmonies of #2005EE
Complementary color
Monochromatic Colors of #2005EE
Black with #2005EE
Text Example
Text Example
White with #2005EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005EE; }
p { color: rgb(32,5,238); }
H1.HeaderClassName
{
color: #2005EE;
}
.AnyTagClassName
{
color: #2005EE;
}
</style>
background-color css
<style>
a { background-color: #2005EE; }
a { background-color: rgb(32,5,238); }
div.DivClassName
{
background-color: #2005EE;
}
.BgClassName
{
background-color: #2005EE;
}
</style>
border-color css
<style>
span { border-color: #2005EE; }
span { border-color: rgb(32,5,238); }
td.TdClassName
{
border-color: #2005EE;
}
.TagClassName
{
border-color: #2005EE;
}
</style>