Shades of Blue #1802ED
Tints of Blue #1802ED
RGB
CMYK
RGB Variations
Color information
#1802ED (or 0x1802ED) is known color: Blue. HEX triplet: 18, 02 and ED. RGB value is (24,2,237). Sum of RGB (Red+Green+Blue) = 24+2+237=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #1802ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1802ED is #E7FD12. Grayscale: #222222. Windows color (decimal): -15203603 or 15532568. OLE color: 15532568.
HSL color Cylindrical-coordinate representation of color #1802ED: hue angle of 245.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802ED is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 2 | 237 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.07 |
| HSL | 245.62º | 0.98% | 0.47% | - |
| HSV(B) | 245.62º | 0.99% | 0.93% | - |
| XYZ | 15.68 | 6.35 | 80.52 | - |
| YUV | 35.37 | 241.79 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 237 | 0.90 | 0.99 | 0 | 0.07 | 245.62 | 0.98 | 0.47 |
| Hex | 18 | 2 | ED | 5A | 63 | 0 | 7 | F6 | 62 | 2F |
| Octal | 30 | 2 | 355 | 132 | 143 | 0 | 7 | 366 | 142 | 57 |
| Binary | 11000 | 10 | 11101101 | 1011010 | 1100011 | 0 | 111 | 11110110 | 1100010 | 101111 |
Color Harmonies of #1802ED
Complementary color
Monochromatic Colors of #1802ED
Black with #1802ED
Text Example
Text Example
White with #1802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1802ED; }
p { color: rgb(24,2,237); }
H1.HeaderClassName
{
color: #1802ED;
}
.AnyTagClassName
{
color: #1802ED;
}
</style>
background-color css
<style>
a { background-color: #1802ED; }
a { background-color: rgb(24,2,237); }
div.DivClassName
{
background-color: #1802ED;
}
.BgClassName
{
background-color: #1802ED;
}
</style>
border-color css
<style>
span { border-color: #1802ED; }
span { border-color: rgb(24,2,237); }
td.TdClassName
{
border-color: #1802ED;
}
.TagClassName
{
border-color: #1802ED;
}
</style>