Shades of Blue #1828FB
Tints of Blue #1828FB
RGB
CMYK
RGB Variations
Color information
#1828FB (or 0x1828FB) is known color: Blue. HEX triplet: 18, 28 and FB. RGB value is (24,40,251). Sum of RGB (Red+Green+Blue) = 24+40+251=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #1828FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1828FB is #E7D704. Grayscale: #3A3A3A. Windows color (decimal): -15193861 or 16459800. OLE color: 16459800.
HSL color Cylindrical-coordinate representation of color #1828FB: hue angle of 235.77º 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 #1828FB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 40 | 251 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.02 |
| HSL | 235.77º | 0.97% | 0.54% | - |
| HSV(B) | 235.77º | 0.9% | 0.98% | - |
| XYZ | 18.55 | 8.68 | 91.96 | - |
| YUV | 59.27 | 236.2 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 251 | 0.90 | 0.84 | 0 | 0.02 | 235.77 | 0.97 | 0.54 |
| Hex | 18 | 28 | FB | 5A | 54 | 0 | 2 | EC | 61 | 36 |
| Octal | 30 | 50 | 373 | 132 | 124 | 0 | 2 | 354 | 141 | 66 |
| Binary | 11000 | 101000 | 11111011 | 1011010 | 1010100 | 0 | 10 | 11101100 | 1100001 | 110110 |
Color Harmonies of #1828FB
Complementary color
Monochromatic Colors of #1828FB
Black with #1828FB
Text Example
Text Example
White with #1828FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1828FB; }
p { color: rgb(24,40,251); }
H1.HeaderClassName
{
color: #1828FB;
}
.AnyTagClassName
{
color: #1828FB;
}
</style>
background-color css
<style>
a { background-color: #1828FB; }
a { background-color: rgb(24,40,251); }
div.DivClassName
{
background-color: #1828FB;
}
.BgClassName
{
background-color: #1828FB;
}
</style>
border-color css
<style>
span { border-color: #1828FB; }
span { border-color: rgb(24,40,251); }
td.TdClassName
{
border-color: #1828FB;
}
.TagClassName
{
border-color: #1828FB;
}
</style>