Shades of Blue #1827FA
Tints of Blue #1827FA
RGB
CMYK
RGB Variations
Color information
#1827FA (or 0x1827FA) is known color: Blue. HEX triplet: 18, 27 and FA. RGB value is (24,39,250). Sum of RGB (Red+Green+Blue) = 24+39+250=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #1827FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1827FA is #E7D805. Grayscale: #393939. Windows color (decimal): -15194118 or 16394008. OLE color: 16394008.
HSL color Cylindrical-coordinate representation of color #1827FA: hue angle of 236.02º 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 #1827FA is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 39 | 250 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.02 |
| HSL | 236.02º | 0.96% | 0.54% | - |
| HSV(B) | 236.02º | 0.9% | 0.98% | - |
| XYZ | 18.36 | 8.55 | 91.12 | - |
| YUV | 58.57 | 236.03 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 250 | 0.90 | 0.84 | 0 | 0.02 | 236.02 | 0.96 | 0.54 |
| Hex | 18 | 27 | FA | 5A | 54 | 0 | 2 | EC | 60 | 36 |
| Octal | 30 | 47 | 372 | 132 | 124 | 0 | 2 | 354 | 140 | 66 |
| Binary | 11000 | 100111 | 11111010 | 1011010 | 1010100 | 0 | 10 | 11101100 | 1100000 | 110110 |
Color Harmonies of #1827FA
Complementary color
Monochromatic Colors of #1827FA
Black with #1827FA
Text Example
Text Example
White with #1827FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827FA; }
p { color: rgb(24,39,250); }
H1.HeaderClassName
{
color: #1827FA;
}
.AnyTagClassName
{
color: #1827FA;
}
</style>
background-color css
<style>
a { background-color: #1827FA; }
a { background-color: rgb(24,39,250); }
div.DivClassName
{
background-color: #1827FA;
}
.BgClassName
{
background-color: #1827FA;
}
</style>
border-color css
<style>
span { border-color: #1827FA; }
span { border-color: rgb(24,39,250); }
td.TdClassName
{
border-color: #1827FA;
}
.TagClassName
{
border-color: #1827FA;
}
</style>