Shades of Blue #1625ED
Tints of Blue #1625ED
RGB
CMYK
RGB Variations
Color information
#1625ED (or 0x1625ED) is known color: Blue. HEX triplet: 16, 25 and ED. RGB value is (22,37,237). Sum of RGB (Red+Green+Blue) = 22+37+237=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #1625ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1625ED is #E9DA12. Grayscale: #363636. Windows color (decimal): -15325715 or 15541526. OLE color: 15541526.
HSL color Cylindrical-coordinate representation of color #1625ED: hue angle of 235.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1625ED is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 37 | 237 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.07 |
| HSL | 235.81º | 0.86% | 0.51% | - |
| HSV(B) | 235.81º | 0.91% | 0.93% | - |
| XYZ | 16.28 | 7.61 | 80.73 | - |
| YUV | 55.32 | 230.53 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 237 | 0.91 | 0.84 | 0 | 0.07 | 235.81 | 0.86 | 0.51 |
| Hex | 16 | 25 | ED | 5B | 54 | 0 | 7 | EC | 56 | 33 |
| Octal | 26 | 45 | 355 | 133 | 124 | 0 | 7 | 354 | 126 | 63 |
| Binary | 10110 | 100101 | 11101101 | 1011011 | 1010100 | 0 | 111 | 11101100 | 1010110 | 110011 |
Color Harmonies of #1625ED
Complementary color
Monochromatic Colors of #1625ED
Black with #1625ED
Text Example
Text Example
White with #1625ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1625ED; }
p { color: rgb(22,37,237); }
H1.HeaderClassName
{
color: #1625ED;
}
.AnyTagClassName
{
color: #1625ED;
}
</style>
background-color css
<style>
a { background-color: #1625ED; }
a { background-color: rgb(22,37,237); }
div.DivClassName
{
background-color: #1625ED;
}
.BgClassName
{
background-color: #1625ED;
}
</style>
border-color css
<style>
span { border-color: #1625ED; }
span { border-color: rgb(22,37,237); }
td.TdClassName
{
border-color: #1625ED;
}
.TagClassName
{
border-color: #1625ED;
}
</style>