Shades of Neon Blue #282DEE
Tints of Neon Blue #282DEE
RGB
CMYK
RGB Variations
Color information
#282DEE (or 0x282DEE) is known color: Neon Blue. HEX triplet: 28, 2D and EE. RGB value is (40,45,238). Sum of RGB (Red+Green+Blue) = 40+45+238=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #282DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282DEE is #D7D211. Grayscale: #404040. Windows color (decimal): -14144018 or 15609128. OLE color: 15609128.
HSL color Cylindrical-coordinate representation of color #282DEE: hue angle of 238.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282DEE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 45 | 238 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.07 |
| HSL | 238.48º | 0.85% | 0.55% | - |
| HSV(B) | 238.48º | 0.83% | 0.93% | - |
| XYZ | 17.25 | 8.5 | 81.62 | - |
| YUV | 65.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 238 | 0.83 | 0.81 | 0 | 0.07 | 238.48 | 0.85 | 0.55 |
| Hex | 28 | 2D | EE | 53 | 51 | 0 | 7 | EE | 55 | 37 |
| Octal | 50 | 55 | 356 | 123 | 121 | 0 | 7 | 356 | 125 | 67 |
| Binary | 101000 | 101101 | 11101110 | 1010011 | 1010001 | 0 | 111 | 11101110 | 1010101 | 110111 |
Color Harmonies of #282DEE
Complementary color
Monochromatic Colors of #282DEE
Black with #282DEE
Text Example
Text Example
White with #282DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DEE; }
p { color: rgb(40,45,238); }
H1.HeaderClassName
{
color: #282DEE;
}
.AnyTagClassName
{
color: #282DEE;
}
</style>
background-color css
<style>
a { background-color: #282DEE; }
a { background-color: rgb(40,45,238); }
div.DivClassName
{
background-color: #282DEE;
}
.BgClassName
{
background-color: #282DEE;
}
</style>
border-color css
<style>
span { border-color: #282DEE; }
span { border-color: rgb(40,45,238); }
td.TdClassName
{
border-color: #282DEE;
}
.TagClassName
{
border-color: #282DEE;
}
</style>