Shades of Blue #1830FB
Tints of Blue #1830FB
RGB
CMYK
RGB Variations
Color information
#1830FB (or 0x1830FB) is known color: Blue. HEX triplet: 18, 30 and FB. RGB value is (24,48,251). Sum of RGB (Red+Green+Blue) = 24+48+251=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #1830FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830FB is #E7CF04. Grayscale: #3F3F3F. Windows color (decimal): -15191813 or 16461848. OLE color: 16461848.
HSL color Cylindrical-coordinate representation of color #1830FB: hue angle of 233.66º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1830FB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 48 | 251 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.02 |
| HSL | 233.66º | 0.97% | 0.54% | - |
| HSV(B) | 233.66º | 0.9% | 0.98% | - |
| XYZ | 18.85 | 9.27 | 92.06 | - |
| YUV | 63.97 | 233.55 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 251 | 0.90 | 0.81 | 0 | 0.02 | 233.66 | 0.97 | 0.54 |
| Hex | 18 | 30 | FB | 5A | 51 | 0 | 2 | EA | 61 | 36 |
| Octal | 30 | 60 | 373 | 132 | 121 | 0 | 2 | 352 | 141 | 66 |
| Binary | 11000 | 110000 | 11111011 | 1011010 | 1010001 | 0 | 10 | 11101010 | 1100001 | 110110 |
Color Harmonies of #1830FB
Complementary color
Monochromatic Colors of #1830FB
Black with #1830FB
Text Example
Text Example
White with #1830FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830FB; }
p { color: rgb(24,48,251); }
H1.HeaderClassName
{
color: #1830FB;
}
.AnyTagClassName
{
color: #1830FB;
}
</style>
background-color css
<style>
a { background-color: #1830FB; }
a { background-color: rgb(24,48,251); }
div.DivClassName
{
background-color: #1830FB;
}
.BgClassName
{
background-color: #1830FB;
}
</style>
border-color css
<style>
span { border-color: #1830FB; }
span { border-color: rgb(24,48,251); }
td.TdClassName
{
border-color: #1830FB;
}
.TagClassName
{
border-color: #1830FB;
}
</style>