Shades of Blue #1823FA
Tints of Blue #1823FA
RGB
CMYK
RGB Variations
Color information
#1823FA (or 0x1823FA) is known color: Blue. HEX triplet: 18, 23 and FA. RGB value is (24,35,250). Sum of RGB (Red+Green+Blue) = 24+35+250=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #1823FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1823FA is #E7DC05. Grayscale: #373737. Windows color (decimal): -15195142 or 16392984. OLE color: 16392984.
HSL color Cylindrical-coordinate representation of color #1823FA: hue angle of 237.08º 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 #1823FA is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 35 | 250 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.02 |
| HSL | 237.08º | 0.96% | 0.54% | - |
| HSV(B) | 237.08º | 0.9% | 0.98% | - |
| XYZ | 18.23 | 8.3 | 91.08 | - |
| YUV | 56.22 | 237.36 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 250 | 0.90 | 0.86 | 0 | 0.02 | 237.08 | 0.96 | 0.54 |
| Hex | 18 | 23 | FA | 5A | 56 | 0 | 2 | ED | 60 | 36 |
| Octal | 30 | 43 | 372 | 132 | 126 | 0 | 2 | 355 | 140 | 66 |
| Binary | 11000 | 100011 | 11111010 | 1011010 | 1010110 | 0 | 10 | 11101101 | 1100000 | 110110 |
Color Harmonies of #1823FA
Complementary color
Monochromatic Colors of #1823FA
Black with #1823FA
Text Example
Text Example
White with #1823FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1823FA; }
p { color: rgb(24,35,250); }
H1.HeaderClassName
{
color: #1823FA;
}
.AnyTagClassName
{
color: #1823FA;
}
</style>
background-color css
<style>
a { background-color: #1823FA; }
a { background-color: rgb(24,35,250); }
div.DivClassName
{
background-color: #1823FA;
}
.BgClassName
{
background-color: #1823FA;
}
</style>
border-color css
<style>
span { border-color: #1823FA; }
span { border-color: rgb(24,35,250); }
td.TdClassName
{
border-color: #1823FA;
}
.TagClassName
{
border-color: #1823FA;
}
</style>