Shades of Blue #1827F1
Tints of Blue #1827F1
RGB
CMYK
RGB Variations
Color information
#1827F1 (or 0x1827F1) is known color: Blue. HEX triplet: 18, 27 and F1. RGB value is (24,39,241). Sum of RGB (Red+Green+Blue) = 24+39+241=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #1827F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1827F1 is #E7D80E. Grayscale: #383838. Windows color (decimal): -15194127 or 15804184. OLE color: 15804184.
HSL color Cylindrical-coordinate representation of color #1827F1: hue angle of 235.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1827F1 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 39 | 241 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.05 |
| HSL | 235.85º | 0.89% | 0.52% | - |
| HSV(B) | 235.85º | 0.9% | 0.95% | - |
| XYZ | 16.98 | 8 | 83.87 | - |
| YUV | 57.54 | 231.53 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 241 | 0.90 | 0.84 | 0 | 0.05 | 235.85 | 0.89 | 0.52 |
| Hex | 18 | 27 | F1 | 5A | 54 | 0 | 5 | EC | 59 | 34 |
| Octal | 30 | 47 | 361 | 132 | 124 | 0 | 5 | 354 | 131 | 64 |
| Binary | 11000 | 100111 | 11110001 | 1011010 | 1010100 | 0 | 101 | 11101100 | 1011001 | 110100 |
Color Harmonies of #1827F1
Complementary color
Monochromatic Colors of #1827F1
Black with #1827F1
Text Example
Text Example
White with #1827F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827F1; }
p { color: rgb(24,39,241); }
H1.HeaderClassName
{
color: #1827F1;
}
.AnyTagClassName
{
color: #1827F1;
}
</style>
background-color css
<style>
a { background-color: #1827F1; }
a { background-color: rgb(24,39,241); }
div.DivClassName
{
background-color: #1827F1;
}
.BgClassName
{
background-color: #1827F1;
}
</style>
border-color css
<style>
span { border-color: #1827F1; }
span { border-color: rgb(24,39,241); }
td.TdClassName
{
border-color: #1827F1;
}
.TagClassName
{
border-color: #1827F1;
}
</style>