Shades of Blue #1821FE
Tints of Blue #1821FE
RGB
CMYK
RGB Variations
Color information
#1821FE (or 0x1821FE) is known color: Blue. HEX triplet: 18, 21 and FE. RGB value is (24,33,254). Sum of RGB (Red+Green+Blue) = 24+33+254=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #1821FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1821FE is #E7DE01. Grayscale: #363636. Windows color (decimal): -15195650 or 16654616. OLE color: 16654616.
HSL color Cylindrical-coordinate representation of color #1821FE: hue angle of 237.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1821FE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 33 | 254 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.00 |
| HSL | 237.65º | 0.99% | 0.55% | - |
| HSV(B) | 237.65º | 0.91% | 1% | - |
| XYZ | 18.81 | 8.44 | 94.4 | - |
| YUV | 55.5 | 240.02 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 254 | 0.91 | 0.87 | 0 | 0.00 | 237.65 | 0.99 | 0.55 |
| Hex | 18 | 21 | FE | 5B | 57 | 0 | 0 | EE | 63 | 37 |
| Octal | 30 | 41 | 376 | 133 | 127 | 0 | 0 | 356 | 143 | 67 |
| Binary | 11000 | 100001 | 11111110 | 1011011 | 1010111 | 0 | 0 | 11101110 | 1100011 | 110111 |
Color Harmonies of #1821FE
Complementary color
Monochromatic Colors of #1821FE
Black with #1821FE
Text Example
Text Example
White with #1821FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1821FE; }
p { color: rgb(24,33,254); }
H1.HeaderClassName
{
color: #1821FE;
}
.AnyTagClassName
{
color: #1821FE;
}
</style>
background-color css
<style>
a { background-color: #1821FE; }
a { background-color: rgb(24,33,254); }
div.DivClassName
{
background-color: #1821FE;
}
.BgClassName
{
background-color: #1821FE;
}
</style>
border-color css
<style>
span { border-color: #1821FE; }
span { border-color: rgb(24,33,254); }
td.TdClassName
{
border-color: #1821FE;
}
.TagClassName
{
border-color: #1821FE;
}
</style>