Shades of Blue #1830FD
Tints of Blue #1830FD
RGB
CMYK
RGB Variations
Color information
#1830FD (or 0x1830FD) is known color: Blue. HEX triplet: 18, 30 and FD. RGB value is (24,48,253). Sum of RGB (Red+Green+Blue) = 24+48+253=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #1830FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830FD is #E7CF02. Grayscale: #3F3F3F. Windows color (decimal): -15191811 or 16592920. OLE color: 16592920.
HSL color Cylindrical-coordinate representation of color #1830FD: hue angle of 233.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1830FD is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 48 | 253 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.01 |
| HSL | 233.71º | 0.98% | 0.54% | - |
| HSV(B) | 233.71º | 0.91% | 0.99% | - |
| XYZ | 19.16 | 9.4 | 93.73 | - |
| YUV | 64.19 | 234.55 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 253 | 0.91 | 0.81 | 0 | 0.01 | 233.71 | 0.98 | 0.54 |
| Hex | 18 | 30 | FD | 5B | 51 | 0 | 1 | EA | 62 | 36 |
| Octal | 30 | 60 | 375 | 133 | 121 | 0 | 1 | 352 | 142 | 66 |
| Binary | 11000 | 110000 | 11111101 | 1011011 | 1010001 | 0 | 1 | 11101010 | 1100010 | 110110 |
Color Harmonies of #1830FD
Complementary color
Monochromatic Colors of #1830FD
Black with #1830FD
Text Example
Text Example
White with #1830FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830FD; }
p { color: rgb(24,48,253); }
H1.HeaderClassName
{
color: #1830FD;
}
.AnyTagClassName
{
color: #1830FD;
}
</style>
background-color css
<style>
a { background-color: #1830FD; }
a { background-color: rgb(24,48,253); }
div.DivClassName
{
background-color: #1830FD;
}
.BgClassName
{
background-color: #1830FD;
}
</style>
border-color css
<style>
span { border-color: #1830FD; }
span { border-color: rgb(24,48,253); }
td.TdClassName
{
border-color: #1830FD;
}
.TagClassName
{
border-color: #1830FD;
}
</style>