Shades of Blue #1833FA
Tints of Blue #1833FA
RGB
CMYK
RGB Variations
Color information
#1833FA (or 0x1833FA) is known color: Blue. HEX triplet: 18, 33 and FA. RGB value is (24,51,250). Sum of RGB (Red+Green+Blue) = 24+51+250=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #1833FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1833FA is #E7CC05. Grayscale: #404040. Windows color (decimal): -15191046 or 16397080. OLE color: 16397080.
HSL color Cylindrical-coordinate representation of color #1833FA: hue angle of 232.83º 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 #1833FA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 51 | 250 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.02 |
| HSL | 232.83º | 0.96% | 0.54% | - |
| HSV(B) | 232.83º | 0.9% | 0.98% | - |
| XYZ | 18.82 | 9.46 | 91.28 | - |
| YUV | 65.61 | 232.05 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 250 | 0.90 | 0.80 | 0 | 0.02 | 232.83 | 0.96 | 0.54 |
| Hex | 18 | 33 | FA | 5A | 50 | 0 | 2 | E9 | 60 | 36 |
| Octal | 30 | 63 | 372 | 132 | 120 | 0 | 2 | 351 | 140 | 66 |
| Binary | 11000 | 110011 | 11111010 | 1011010 | 1010000 | 0 | 10 | 11101001 | 1100000 | 110110 |
Color Harmonies of #1833FA
Complementary color
Monochromatic Colors of #1833FA
Black with #1833FA
Text Example
Text Example
White with #1833FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1833FA; }
p { color: rgb(24,51,250); }
H1.HeaderClassName
{
color: #1833FA;
}
.AnyTagClassName
{
color: #1833FA;
}
</style>
background-color css
<style>
a { background-color: #1833FA; }
a { background-color: rgb(24,51,250); }
div.DivClassName
{
background-color: #1833FA;
}
.BgClassName
{
background-color: #1833FA;
}
</style>
border-color css
<style>
span { border-color: #1833FA; }
span { border-color: rgb(24,51,250); }
td.TdClassName
{
border-color: #1833FA;
}
.TagClassName
{
border-color: #1833FA;
}
</style>