Shades of Blue #1825FF
Tints of Blue #1825FF
RGB
CMYK
RGB Variations
Color information
#1825FF (or 0x1825FF) is known color: Blue. HEX triplet: 18, 25 and FF. RGB value is (24,37,255). Sum of RGB (Red+Green+Blue) = 24+37+255=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #1825FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1825FF is #E7DA00. Grayscale: #393939. Windows color (decimal): -15194625 or 16721176. OLE color: 16721176.
HSL color Cylindrical-coordinate representation of color #1825FF: hue angle of 236.62º 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 #1825FF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 37 | 255 | - |
| CMYK | 0.91 | 0.85 | 0 | 0 |
| HSL | 236.62º | 1% | 0.55% | - |
| HSV(B) | 236.62º | 0.91% | 1% | - |
| XYZ | 19.09 | 8.74 | 95.29 | - |
| YUV | 57.97 | 239.19 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 255 | 0.91 | 0.85 | 0 | 0 | 236.62 | 1 | 0.55 |
| Hex | 18 | 25 | FF | 5B | 55 | 0 | 0 | ED | 64 | 37 |
| Octal | 30 | 45 | 377 | 133 | 125 | 0 | 0 | 355 | 144 | 67 |
| Binary | 11000 | 100101 | 11111111 | 1011011 | 1010101 | 0 | 0 | 11101101 | 1100100 | 110111 |
Color Harmonies of #1825FF
Complementary color
Monochromatic Colors of #1825FF
Black with #1825FF
Text Example
Text Example
White with #1825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1825FF; }
p { color: rgb(24,37,255); }
H1.HeaderClassName
{
color: #1825FF;
}
.AnyTagClassName
{
color: #1825FF;
}
</style>
background-color css
<style>
a { background-color: #1825FF; }
a { background-color: rgb(24,37,255); }
div.DivClassName
{
background-color: #1825FF;
}
.BgClassName
{
background-color: #1825FF;
}
</style>
border-color css
<style>
span { border-color: #1825FF; }
span { border-color: rgb(24,37,255); }
td.TdClassName
{
border-color: #1825FF;
}
.TagClassName
{
border-color: #1825FF;
}
</style>