Shades of Blue #1817FA
Tints of Blue #1817FA
RGB
CMYK
RGB Variations
Color information
#1817FA (or 0x1817FA) is known color: Blue. HEX triplet: 18, 17 and FA. RGB value is (24,23,250). Sum of RGB (Red+Green+Blue) = 24+23+250=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #1817FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1817FA is #E7E805. Grayscale: #303030. Windows color (decimal): -15198214 or 16389912. OLE color: 16389912.
HSL color Cylindrical-coordinate representation of color #1817FA: hue angle of 240.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1817FA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 23 | 250 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.02 |
| HSL | 240.26º | 0.96% | 0.54% | - |
| HSV(B) | 240.26º | 0.91% | 0.98% | - |
| XYZ | 17.94 | 7.71 | 90.99 | - |
| YUV | 49.18 | 241.33 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 250 | 0.90 | 0.91 | 0 | 0.02 | 240.26 | 0.96 | 0.54 |
| Hex | 18 | 17 | FA | 5A | 5B | 0 | 2 | F0 | 60 | 36 |
| Octal | 30 | 27 | 372 | 132 | 133 | 0 | 2 | 360 | 140 | 66 |
| Binary | 11000 | 10111 | 11111010 | 1011010 | 1011011 | 0 | 10 | 11110000 | 1100000 | 110110 |
Color Harmonies of #1817FA
Complementary color
Monochromatic Colors of #1817FA
Black with #1817FA
Text Example
Text Example
White with #1817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1817FA; }
p { color: rgb(24,23,250); }
H1.HeaderClassName
{
color: #1817FA;
}
.AnyTagClassName
{
color: #1817FA;
}
</style>
background-color css
<style>
a { background-color: #1817FA; }
a { background-color: rgb(24,23,250); }
div.DivClassName
{
background-color: #1817FA;
}
.BgClassName
{
background-color: #1817FA;
}
</style>
border-color css
<style>
span { border-color: #1817FA; }
span { border-color: rgb(24,23,250); }
td.TdClassName
{
border-color: #1817FA;
}
.TagClassName
{
border-color: #1817FA;
}
</style>