Shades of Blue #181CFA
Tints of Blue #181CFA
RGB
CMYK
RGB Variations
Color information
#181CFA (or 0x181CFA) is known color: Blue. HEX triplet: 18, 1C and FA. RGB value is (24,28,250). Sum of RGB (Red+Green+Blue) = 24+28+250=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #181CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181CFA is #E7E305. Grayscale: #333333. Windows color (decimal): -15196934 or 16391192. OLE color: 16391192.
HSL color Cylindrical-coordinate representation of color #181CFA: hue angle of 238.94º 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 #181CFA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 28 | 250 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.02 |
| HSL | 238.94º | 0.96% | 0.54% | - |
| HSV(B) | 238.94º | 0.9% | 0.98% | - |
| XYZ | 18.05 | 7.93 | 91.02 | - |
| YUV | 52.11 | 239.67 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 250 | 0.90 | 0.89 | 0 | 0.02 | 238.94 | 0.96 | 0.54 |
| Hex | 18 | 1C | FA | 5A | 59 | 0 | 2 | EF | 60 | 36 |
| Octal | 30 | 34 | 372 | 132 | 131 | 0 | 2 | 357 | 140 | 66 |
| Binary | 11000 | 11100 | 11111010 | 1011010 | 1011001 | 0 | 10 | 11101111 | 1100000 | 110110 |
Color Harmonies of #181CFA
Complementary color
Monochromatic Colors of #181CFA
Black with #181CFA
Text Example
Text Example
White with #181CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CFA; }
p { color: rgb(24,28,250); }
H1.HeaderClassName
{
color: #181CFA;
}
.AnyTagClassName
{
color: #181CFA;
}
</style>
background-color css
<style>
a { background-color: #181CFA; }
a { background-color: rgb(24,28,250); }
div.DivClassName
{
background-color: #181CFA;
}
.BgClassName
{
background-color: #181CFA;
}
</style>
border-color css
<style>
span { border-color: #181CFA; }
span { border-color: rgb(24,28,250); }
td.TdClassName
{
border-color: #181CFA;
}
.TagClassName
{
border-color: #181CFA;
}
</style>