Shades of Blue #1508F1
Tints of Blue #1508F1
RGB
CMYK
RGB Variations
Color information
#1508F1 (or 0x1508F1) is known color: Blue. HEX triplet: 15, 08 and F1. RGB value is (21,8,241). Sum of RGB (Red+Green+Blue) = 21+8+241=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 241 (94.53% from 255 or 89.26% from 270); Max value from RGB is 241 - color contains mainly: blue. Hex color #1508F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508F1 is #EAF70E. Grayscale: #252525. Windows color (decimal): -15398671 or 15796245. OLE color: 15796245.
HSL color Cylindrical-coordinate representation of color #1508F1: hue angle of 243.35º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1508F1 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 8 | 241 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.05 |
| HSL | 243.35º | 0.94% | 0.49% | - |
| HSV(B) | 243.35º | 0.97% | 0.95% | - |
| XYZ | 16.27 | 6.68 | 83.65 | - |
| YUV | 38.45 | 242.31 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 241 | 0.91 | 0.97 | 0 | 0.05 | 243.35 | 0.94 | 0.49 |
| Hex | 15 | 8 | F1 | 5B | 61 | 0 | 5 | F3 | 5E | 31 |
| Octal | 25 | 10 | 361 | 133 | 141 | 0 | 5 | 363 | 136 | 61 |
| Binary | 10101 | 1000 | 11110001 | 1011011 | 1100001 | 0 | 101 | 11110011 | 1011110 | 110001 |
Color Harmonies of #1508F1
Complementary color
Monochromatic Colors of #1508F1
Black with #1508F1
Text Example
Text Example
White with #1508F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508F1; }
p { color: rgb(21,8,241); }
H1.HeaderClassName
{
color: #1508F1;
}
.AnyTagClassName
{
color: #1508F1;
}
</style>
background-color css
<style>
a { background-color: #1508F1; }
a { background-color: rgb(21,8,241); }
div.DivClassName
{
background-color: #1508F1;
}
.BgClassName
{
background-color: #1508F1;
}
</style>
border-color css
<style>
span { border-color: #1508F1; }
span { border-color: rgb(21,8,241); }
td.TdClassName
{
border-color: #1508F1;
}
.TagClassName
{
border-color: #1508F1;
}
</style>