Shades of Blue #1827EA
Tints of Blue #1827EA
RGB
CMYK
RGB Variations
Color information
#1827EA (or 0x1827EA) is known color: Blue. HEX triplet: 18, 27 and EA. RGB value is (24,39,234). Sum of RGB (Red+Green+Blue) = 24+39+234=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #1827EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1827EA is #E7D815. Grayscale: #373737. Windows color (decimal): -15194134 or 15345432. OLE color: 15345432.
HSL color Cylindrical-coordinate representation of color #1827EA: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1827EA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 39 | 234 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.08 |
| HSL | 235.71º | 0.83% | 0.51% | - |
| HSV(B) | 235.71º | 0.9% | 0.92% | - |
| XYZ | 15.95 | 7.59 | 78.47 | - |
| YUV | 56.75 | 228.03 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 234 | 0.90 | 0.83 | 0 | 0.08 | 235.71 | 0.83 | 0.51 |
| Hex | 18 | 27 | EA | 5A | 53 | 0 | 8 | EC | 53 | 33 |
| Octal | 30 | 47 | 352 | 132 | 123 | 0 | 10 | 354 | 123 | 63 |
| Binary | 11000 | 100111 | 11101010 | 1011010 | 1010011 | 0 | 1000 | 11101100 | 1010011 | 110011 |
Color Harmonies of #1827EA
Complementary color
Monochromatic Colors of #1827EA
Black with #1827EA
Text Example
Text Example
White with #1827EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827EA; }
p { color: rgb(24,39,234); }
H1.HeaderClassName
{
color: #1827EA;
}
.AnyTagClassName
{
color: #1827EA;
}
</style>
background-color css
<style>
a { background-color: #1827EA; }
a { background-color: rgb(24,39,234); }
div.DivClassName
{
background-color: #1827EA;
}
.BgClassName
{
background-color: #1827EA;
}
</style>
border-color css
<style>
span { border-color: #1827EA; }
span { border-color: rgb(24,39,234); }
td.TdClassName
{
border-color: #1827EA;
}
.TagClassName
{
border-color: #1827EA;
}
</style>