Shades of Neon Blue #1838FF
Tints of Neon Blue #1838FF
RGB
CMYK
RGB Variations
Color information
#1838FF (or 0x1838FF) is known color: Neon Blue. HEX triplet: 18, 38 and FF. RGB value is (24,56,255). Sum of RGB (Red+Green+Blue) = 24+56+255=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #1838FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838FF is #E7C700. Grayscale: #444444. Windows color (decimal): -15189761 or 16726040. OLE color: 16726040.
HSL color Cylindrical-coordinate representation of color #1838FF: hue angle of 231.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1838FF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 56 | 255 | - |
| CMYK | 0.91 | 0.78 | 0 | 0 |
| HSL | 231.69º | 1% | 0.55% | - |
| HSV(B) | 231.69º | 0.91% | 1% | - |
| XYZ | 19.84 | 10.24 | 95.54 | - |
| YUV | 69.12 | 232.9 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 255 | 0.91 | 0.78 | 0 | 0 | 231.69 | 1 | 0.55 |
| Hex | 18 | 38 | FF | 5B | 4E | 0 | 0 | E8 | 64 | 37 |
| Octal | 30 | 70 | 377 | 133 | 116 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11000 | 111000 | 11111111 | 1011011 | 1001110 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1838FF
Complementary color
Monochromatic Colors of #1838FF
Black with #1838FF
Text Example
Text Example
White with #1838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1838FF; }
p { color: rgb(24,56,255); }
H1.HeaderClassName
{
color: #1838FF;
}
.AnyTagClassName
{
color: #1838FF;
}
</style>
background-color css
<style>
a { background-color: #1838FF; }
a { background-color: rgb(24,56,255); }
div.DivClassName
{
background-color: #1838FF;
}
.BgClassName
{
background-color: #1838FF;
}
</style>
border-color css
<style>
span { border-color: #1838FF; }
span { border-color: rgb(24,56,255); }
td.TdClassName
{
border-color: #1838FF;
}
.TagClassName
{
border-color: #1838FF;
}
</style>