Shades of Blue #1828FA
Tints of Blue #1828FA
RGB
CMYK
RGB Variations
Color information
#1828FA (or 0x1828FA) is known color: Blue. HEX triplet: 18, 28 and FA. RGB value is (24,40,250). Sum of RGB (Red+Green+Blue) = 24+40+250=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #1828FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1828FA is #E7D705. Grayscale: #3A3A3A. Windows color (decimal): -15193862 or 16394264. OLE color: 16394264.
HSL color Cylindrical-coordinate representation of color #1828FA: hue angle of 235.75º 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 #1828FA is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 40 | 250 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.02 |
| HSL | 235.75º | 0.96% | 0.54% | - |
| HSV(B) | 235.75º | 0.9% | 0.98% | - |
| XYZ | 18.39 | 8.61 | 91.14 | - |
| YUV | 59.16 | 235.7 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 250 | 0.90 | 0.84 | 0 | 0.02 | 235.75 | 0.96 | 0.54 |
| Hex | 18 | 28 | FA | 5A | 54 | 0 | 2 | EC | 60 | 36 |
| Octal | 30 | 50 | 372 | 132 | 124 | 0 | 2 | 354 | 140 | 66 |
| Binary | 11000 | 101000 | 11111010 | 1011010 | 1010100 | 0 | 10 | 11101100 | 1100000 | 110110 |
Color Harmonies of #1828FA
Complementary color
Monochromatic Colors of #1828FA
Black with #1828FA
Text Example
Text Example
White with #1828FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1828FA; }
p { color: rgb(24,40,250); }
H1.HeaderClassName
{
color: #1828FA;
}
.AnyTagClassName
{
color: #1828FA;
}
</style>
background-color css
<style>
a { background-color: #1828FA; }
a { background-color: rgb(24,40,250); }
div.DivClassName
{
background-color: #1828FA;
}
.BgClassName
{
background-color: #1828FA;
}
</style>
border-color css
<style>
span { border-color: #1828FA; }
span { border-color: rgb(24,40,250); }
td.TdClassName
{
border-color: #1828FA;
}
.TagClassName
{
border-color: #1828FA;
}
</style>