Shades of Blue #1830FA
Tints of Blue #1830FA
RGB
CMYK
RGB Variations
Color information
#1830FA (or 0x1830FA) is known color: Blue. HEX triplet: 18, 30 and FA. RGB value is (24,48,250). Sum of RGB (Red+Green+Blue) = 24+48+250=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #1830FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830FA is #E7CF05. Grayscale: #3F3F3F. Windows color (decimal): -15191814 or 16396312. OLE color: 16396312.
HSL color Cylindrical-coordinate representation of color #1830FA: hue angle of 233.63º degrees, saturation: 0.96, 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 #1830FA is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 48 | 250 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.02 |
| HSL | 233.63º | 0.96% | 0.54% | - |
| HSV(B) | 233.63º | 0.9% | 0.98% | - |
| XYZ | 18.69 | 9.21 | 91.24 | - |
| YUV | 63.85 | 233.05 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 250 | 0.90 | 0.81 | 0 | 0.02 | 233.63 | 0.96 | 0.54 |
| Hex | 18 | 30 | FA | 5A | 51 | 0 | 2 | EA | 60 | 36 |
| Octal | 30 | 60 | 372 | 132 | 121 | 0 | 2 | 352 | 140 | 66 |
| Binary | 11000 | 110000 | 11111010 | 1011010 | 1010001 | 0 | 10 | 11101010 | 1100000 | 110110 |
Color Harmonies of #1830FA
Complementary color
Monochromatic Colors of #1830FA
Black with #1830FA
Text Example
Text Example
White with #1830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830FA; }
p { color: rgb(24,48,250); }
H1.HeaderClassName
{
color: #1830FA;
}
.AnyTagClassName
{
color: #1830FA;
}
</style>
background-color css
<style>
a { background-color: #1830FA; }
a { background-color: rgb(24,48,250); }
div.DivClassName
{
background-color: #1830FA;
}
.BgClassName
{
background-color: #1830FA;
}
</style>
border-color css
<style>
span { border-color: #1830FA; }
span { border-color: rgb(24,48,250); }
td.TdClassName
{
border-color: #1830FA;
}
.TagClassName
{
border-color: #1830FA;
}
</style>