Shades of Blue #1827EF
Tints of Blue #1827EF
RGB
CMYK
RGB Variations
Color information
#1827EF (or 0x1827EF) is known color: Blue. HEX triplet: 18, 27 and EF. RGB value is (24,39,239). Sum of RGB (Red+Green+Blue) = 24+39+239=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #1827EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1827EF is #E7D810. Grayscale: #383838. Windows color (decimal): -15194129 or 15673112. OLE color: 15673112.
HSL color Cylindrical-coordinate representation of color #1827EF: hue angle of 235.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1827EF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 39 | 239 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.06 |
| HSL | 235.81º | 0.87% | 0.52% | - |
| HSV(B) | 235.81º | 0.9% | 0.94% | - |
| XYZ | 16.68 | 7.88 | 82.3 | - |
| YUV | 57.32 | 230.53 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 239 | 0.90 | 0.84 | 0 | 0.06 | 235.81 | 0.87 | 0.52 |
| Hex | 18 | 27 | EF | 5A | 54 | 0 | 6 | EC | 57 | 34 |
| Octal | 30 | 47 | 357 | 132 | 124 | 0 | 6 | 354 | 127 | 64 |
| Binary | 11000 | 100111 | 11101111 | 1011010 | 1010100 | 0 | 110 | 11101100 | 1010111 | 110100 |
Color Harmonies of #1827EF
Complementary color
Monochromatic Colors of #1827EF
Black with #1827EF
Text Example
Text Example
White with #1827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827EF; }
p { color: rgb(24,39,239); }
H1.HeaderClassName
{
color: #1827EF;
}
.AnyTagClassName
{
color: #1827EF;
}
</style>
background-color css
<style>
a { background-color: #1827EF; }
a { background-color: rgb(24,39,239); }
div.DivClassName
{
background-color: #1827EF;
}
.BgClassName
{
background-color: #1827EF;
}
</style>
border-color css
<style>
span { border-color: #1827EF; }
span { border-color: rgb(24,39,239); }
td.TdClassName
{
border-color: #1827EF;
}
.TagClassName
{
border-color: #1827EF;
}
</style>