Shades of Blue #1830FF
Tints of Blue #1830FF
RGB
CMYK
RGB Variations
Color information
#1830FF (or 0x1830FF) is known color: Blue. HEX triplet: 18, 30 and FF. RGB value is (24,48,255). Sum of RGB (Red+Green+Blue) = 24+48+255=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #1830FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830FF is #E7CF00. Grayscale: #3F3F3F. Windows color (decimal): -15191809 or 16723992. OLE color: 16723992.
HSL color Cylindrical-coordinate representation of color #1830FF: hue angle of 233.77º 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 #1830FF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 48 | 255 | - |
| CMYK | 0.91 | 0.81 | 0 | 0 |
| HSL | 233.77º | 1% | 0.55% | - |
| HSV(B) | 233.77º | 0.91% | 1% | - |
| XYZ | 19.48 | 9.53 | 95.42 | - |
| YUV | 64.42 | 235.55 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 255 | 0.91 | 0.81 | 0 | 0 | 233.77 | 1 | 0.55 |
| Hex | 18 | 30 | FF | 5B | 51 | 0 | 0 | EA | 64 | 37 |
| Octal | 30 | 60 | 377 | 133 | 121 | 0 | 0 | 352 | 144 | 67 |
| Binary | 11000 | 110000 | 11111111 | 1011011 | 1010001 | 0 | 0 | 11101010 | 1100100 | 110111 |
Color Harmonies of #1830FF
Complementary color
Monochromatic Colors of #1830FF
Black with #1830FF
Text Example
Text Example
White with #1830FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830FF; }
p { color: rgb(24,48,255); }
H1.HeaderClassName
{
color: #1830FF;
}
.AnyTagClassName
{
color: #1830FF;
}
</style>
background-color css
<style>
a { background-color: #1830FF; }
a { background-color: rgb(24,48,255); }
div.DivClassName
{
background-color: #1830FF;
}
.BgClassName
{
background-color: #1830FF;
}
</style>
border-color css
<style>
span { border-color: #1830FF; }
span { border-color: rgb(24,48,255); }
td.TdClassName
{
border-color: #1830FF;
}
.TagClassName
{
border-color: #1830FF;
}
</style>