Shades of Neon Blue #283DEA
Tints of Neon Blue #283DEA
RGB
CMYK
RGB Variations
Color information
#283DEA (or 0x283DEA) is known color: Neon Blue. HEX triplet: 28, 3D and EA. RGB value is (40,61,234). Sum of RGB (Red+Green+Blue) = 40+61+234=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #283DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283DEA is #D7C215. Grayscale: #494949. Windows color (decimal): -14139926 or 15351080. OLE color: 15351080.
HSL color Cylindrical-coordinate representation of color #283DEA: hue angle of 233.51º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283DEA is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 61 | 234 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.08 |
| HSL | 233.51º | 0.82% | 0.54% | - |
| HSV(B) | 233.51º | 0.83% | 0.92% | - |
| XYZ | 17.4 | 9.73 | 78.8 | - |
| YUV | 74.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 234 | 0.83 | 0.74 | 0 | 0.08 | 233.51 | 0.82 | 0.54 |
| Hex | 28 | 3D | EA | 53 | 4A | 0 | 8 | EA | 52 | 36 |
| Octal | 50 | 75 | 352 | 123 | 112 | 0 | 10 | 352 | 122 | 66 |
| Binary | 101000 | 111101 | 11101010 | 1010011 | 1001010 | 0 | 1000 | 11101010 | 1010010 | 110110 |
Color Harmonies of #283DEA
Complementary color
Monochromatic Colors of #283DEA
Black with #283DEA
Text Example
Text Example
White with #283DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DEA; }
p { color: rgb(40,61,234); }
H1.HeaderClassName
{
color: #283DEA;
}
.AnyTagClassName
{
color: #283DEA;
}
</style>
background-color css
<style>
a { background-color: #283DEA; }
a { background-color: rgb(40,61,234); }
div.DivClassName
{
background-color: #283DEA;
}
.BgClassName
{
background-color: #283DEA;
}
</style>
border-color css
<style>
span { border-color: #283DEA; }
span { border-color: rgb(40,61,234); }
td.TdClassName
{
border-color: #283DEA;
}
.TagClassName
{
border-color: #283DEA;
}
</style>