Shades of Blue #1802EB
Tints of Blue #1802EB
RGB
CMYK
RGB Variations
Color information
#1802EB (or 0x1802EB) is known color: Blue. HEX triplet: 18, 02 and EB. RGB value is (24,2,235). Sum of RGB (Red+Green+Blue) = 24+2+235=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 235 (92.19% from 255 or 90.04% from 261); Max value from RGB is 235 - color contains mainly: blue. Hex color #1802EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1802EB is #E7FD14. Grayscale: #222222. Windows color (decimal): -15203605 or 15401496. OLE color: 15401496.
HSL color Cylindrical-coordinate representation of color #1802EB: hue angle of 245.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802EB is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 2 | 235 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.08 |
| HSL | 245.67º | 0.98% | 0.46% | - |
| HSV(B) | 245.67º | 0.99% | 0.92% | - |
| XYZ | 15.39 | 6.24 | 78.99 | - |
| YUV | 35.14 | 240.79 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 235 | 0.90 | 0.99 | 0 | 0.08 | 245.67 | 0.98 | 0.46 |
| Hex | 18 | 2 | EB | 5A | 63 | 0 | 8 | F6 | 62 | 2E |
| Octal | 30 | 2 | 353 | 132 | 143 | 0 | 10 | 366 | 142 | 56 |
| Binary | 11000 | 10 | 11101011 | 1011010 | 1100011 | 0 | 1000 | 11110110 | 1100010 | 101110 |
Color Harmonies of #1802EB
Complementary color
Monochromatic Colors of #1802EB
Black with #1802EB
Text Example
Text Example
White with #1802EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1802EB; }
p { color: rgb(24,2,235); }
H1.HeaderClassName
{
color: #1802EB;
}
.AnyTagClassName
{
color: #1802EB;
}
</style>
background-color css
<style>
a { background-color: #1802EB; }
a { background-color: rgb(24,2,235); }
div.DivClassName
{
background-color: #1802EB;
}
.BgClassName
{
background-color: #1802EB;
}
</style>
border-color css
<style>
span { border-color: #1802EB; }
span { border-color: rgb(24,2,235); }
td.TdClassName
{
border-color: #1802EB;
}
.TagClassName
{
border-color: #1802EB;
}
</style>