Shades of Neon Blue #303BEE
Tints of Neon Blue #303BEE
RGB
CMYK
RGB Variations
Color information
#303BEE (or 0x303BEE) is known color: Neon Blue. HEX triplet: 30, 3B and EE. RGB value is (48,59,238). Sum of RGB (Red+Green+Blue) = 48+59+238=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #303BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303BEE is #CFC411. Grayscale: #4B4B4B. Windows color (decimal): -13616146 or 15612720. OLE color: 15612720.
HSL color Cylindrical-coordinate representation of color #303BEE: hue angle of 236.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303BEE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 59 | 238 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.07 |
| HSL | 236.53º | 0.85% | 0.56% | - |
| HSV(B) | 236.53º | 0.8% | 0.93% | - |
| XYZ | 18.22 | 9.93 | 81.85 | - |
| YUV | 76.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 238 | 0.80 | 0.75 | 0 | 0.07 | 236.53 | 0.85 | 0.56 |
| Hex | 30 | 3B | EE | 50 | 4B | 0 | 7 | ED | 55 | 38 |
| Octal | 60 | 73 | 356 | 120 | 113 | 0 | 7 | 355 | 125 | 70 |
| Binary | 110000 | 111011 | 11101110 | 1010000 | 1001011 | 0 | 111 | 11101101 | 1010101 | 111000 |
Color Harmonies of #303BEE
Complementary color
Monochromatic Colors of #303BEE
Black with #303BEE
Text Example
Text Example
White with #303BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BEE; }
p { color: rgb(48,59,238); }
H1.HeaderClassName
{
color: #303BEE;
}
.AnyTagClassName
{
color: #303BEE;
}
</style>
background-color css
<style>
a { background-color: #303BEE; }
a { background-color: rgb(48,59,238); }
div.DivClassName
{
background-color: #303BEE;
}
.BgClassName
{
background-color: #303BEE;
}
</style>
border-color css
<style>
span { border-color: #303BEE; }
span { border-color: rgb(48,59,238); }
td.TdClassName
{
border-color: #303BEE;
}
.TagClassName
{
border-color: #303BEE;
}
</style>