Shades of Blue #1508F3
Tints of Blue #1508F3
RGB
CMYK
RGB Variations
Color information
#1508F3 (or 0x1508F3) is known color: Blue. HEX triplet: 15, 08 and F3. RGB value is (21,8,243). Sum of RGB (Red+Green+Blue) = 21+8+243=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 243 (95.31% from 255 or 89.34% from 272); Max value from RGB is 243 - color contains mainly: blue. Hex color #1508F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508F3 is #EAF70C. Grayscale: #252525. Windows color (decimal): -15398669 or 15927317. OLE color: 15927317.
HSL color Cylindrical-coordinate representation of color #1508F3: hue angle of 243.32º 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 #1508F3 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 8 | 243 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.05 |
| HSL | 243.32º | 0.94% | 0.49% | - |
| HSV(B) | 243.32º | 0.97% | 0.95% | - |
| XYZ | 16.57 | 6.8 | 85.23 | - |
| YUV | 38.68 | 243.31 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 243 | 0.91 | 0.97 | 0 | 0.05 | 243.32 | 0.94 | 0.49 |
| Hex | 15 | 8 | F3 | 5B | 61 | 0 | 5 | F3 | 5E | 31 |
| Octal | 25 | 10 | 363 | 133 | 141 | 0 | 5 | 363 | 136 | 61 |
| Binary | 10101 | 1000 | 11110011 | 1011011 | 1100001 | 0 | 101 | 11110011 | 1011110 | 110001 |
Color Harmonies of #1508F3
Complementary color
Monochromatic Colors of #1508F3
Black with #1508F3
Text Example
Text Example
White with #1508F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508F3; }
p { color: rgb(21,8,243); }
H1.HeaderClassName
{
color: #1508F3;
}
.AnyTagClassName
{
color: #1508F3;
}
</style>
background-color css
<style>
a { background-color: #1508F3; }
a { background-color: rgb(21,8,243); }
div.DivClassName
{
background-color: #1508F3;
}
.BgClassName
{
background-color: #1508F3;
}
</style>
border-color css
<style>
span { border-color: #1508F3; }
span { border-color: rgb(21,8,243); }
td.TdClassName
{
border-color: #1508F3;
}
.TagClassName
{
border-color: #1508F3;
}
</style>