Shades of Blue #1823FF
Tints of Blue #1823FF
RGB
CMYK
RGB Variations
Color information
#1823FF (or 0x1823FF) is known color: Blue. HEX triplet: 18, 23 and FF. RGB value is (24,35,255). Sum of RGB (Red+Green+Blue) = 24+35+255=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #1823FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1823FF is #E7DC00. Grayscale: #373737. Windows color (decimal): -15195137 or 16720664. OLE color: 16720664.
HSL color Cylindrical-coordinate representation of color #1823FF: hue angle of 237.14º 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 #1823FF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 35 | 255 | - |
| CMYK | 0.91 | 0.86 | 0 | 0 |
| HSL | 237.14º | 1% | 0.55% | - |
| HSV(B) | 237.14º | 0.91% | 1% | - |
| XYZ | 19.03 | 8.62 | 95.27 | - |
| YUV | 56.79 | 239.86 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 255 | 0.91 | 0.86 | 0 | 0 | 237.14 | 1 | 0.55 |
| Hex | 18 | 23 | FF | 5B | 56 | 0 | 0 | ED | 64 | 37 |
| Octal | 30 | 43 | 377 | 133 | 126 | 0 | 0 | 355 | 144 | 67 |
| Binary | 11000 | 100011 | 11111111 | 1011011 | 1010110 | 0 | 0 | 11101101 | 1100100 | 110111 |
Color Harmonies of #1823FF
Complementary color
Monochromatic Colors of #1823FF
Black with #1823FF
Text Example
Text Example
White with #1823FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1823FF; }
p { color: rgb(24,35,255); }
H1.HeaderClassName
{
color: #1823FF;
}
.AnyTagClassName
{
color: #1823FF;
}
</style>
background-color css
<style>
a { background-color: #1823FF; }
a { background-color: rgb(24,35,255); }
div.DivClassName
{
background-color: #1823FF;
}
.BgClassName
{
background-color: #1823FF;
}
</style>
border-color css
<style>
span { border-color: #1823FF; }
span { border-color: rgb(24,35,255); }
td.TdClassName
{
border-color: #1823FF;
}
.TagClassName
{
border-color: #1823FF;
}
</style>