Shades of Blue #1830FC
Tints of Blue #1830FC
RGB
CMYK
RGB Variations
Color information
#1830FC (or 0x1830FC) is known color: Blue. HEX triplet: 18, 30 and FC. RGB value is (24,48,252). Sum of RGB (Red+Green+Blue) = 24+48+252=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #1830FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830FC is #E7CF03. Grayscale: #3F3F3F. Windows color (decimal): -15191812 or 16527384. OLE color: 16527384.
HSL color Cylindrical-coordinate representation of color #1830FC: hue angle of 233.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1830FC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 48 | 252 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.01 |
| HSL | 233.68º | 0.97% | 0.54% | - |
| HSV(B) | 233.68º | 0.9% | 0.99% | - |
| XYZ | 19 | 9.34 | 92.9 | - |
| YUV | 64.08 | 234.05 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 252 | 0.90 | 0.81 | 0 | 0.01 | 233.68 | 0.97 | 0.54 |
| Hex | 18 | 30 | FC | 5A | 51 | 0 | 1 | EA | 61 | 36 |
| Octal | 30 | 60 | 374 | 132 | 121 | 0 | 1 | 352 | 141 | 66 |
| Binary | 11000 | 110000 | 11111100 | 1011010 | 1010001 | 0 | 1 | 11101010 | 1100001 | 110110 |
Color Harmonies of #1830FC
Complementary color
Monochromatic Colors of #1830FC
Black with #1830FC
Text Example
Text Example
White with #1830FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830FC; }
p { color: rgb(24,48,252); }
H1.HeaderClassName
{
color: #1830FC;
}
.AnyTagClassName
{
color: #1830FC;
}
</style>
background-color css
<style>
a { background-color: #1830FC; }
a { background-color: rgb(24,48,252); }
div.DivClassName
{
background-color: #1830FC;
}
.BgClassName
{
background-color: #1830FC;
}
</style>
border-color css
<style>
span { border-color: #1830FC; }
span { border-color: rgb(24,48,252); }
td.TdClassName
{
border-color: #1830FC;
}
.TagClassName
{
border-color: #1830FC;
}
</style>