Shades of Blue #1509F3
Tints of Blue #1509F3
RGB
CMYK
RGB Variations
Color information
#1509F3 (or 0x1509F3) is known color: Blue. HEX triplet: 15, 09 and F3. RGB value is (21,9,243). Sum of RGB (Red+Green+Blue) = 21+9+243=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 243 (95.31% from 255 or 89.01% from 273); Max value from RGB is 243 - color contains mainly: blue. Hex color #1509F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1509F3 is #EAF60C. Grayscale: #262626. Windows color (decimal): -15398413 or 15927573. OLE color: 15927573.
HSL color Cylindrical-coordinate representation of color #1509F3: hue angle of 243.08º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1509F3 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 9 | 243 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.05 |
| HSL | 243.08º | 0.93% | 0.49% | - |
| HSV(B) | 243.08º | 0.96% | 0.95% | - |
| XYZ | 16.58 | 6.83 | 85.24 | - |
| YUV | 39.26 | 242.98 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 243 | 0.91 | 0.96 | 0 | 0.05 | 243.08 | 0.93 | 0.49 |
| Hex | 15 | 9 | F3 | 5B | 60 | 0 | 5 | F3 | 5D | 31 |
| Octal | 25 | 11 | 363 | 133 | 140 | 0 | 5 | 363 | 135 | 61 |
| Binary | 10101 | 1001 | 11110011 | 1011011 | 1100000 | 0 | 101 | 11110011 | 1011101 | 110001 |
Color Harmonies of #1509F3
Complementary color
Monochromatic Colors of #1509F3
Black with #1509F3
Text Example
Text Example
White with #1509F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509F3; }
p { color: rgb(21,9,243); }
H1.HeaderClassName
{
color: #1509F3;
}
.AnyTagClassName
{
color: #1509F3;
}
</style>
background-color css
<style>
a { background-color: #1509F3; }
a { background-color: rgb(21,9,243); }
div.DivClassName
{
background-color: #1509F3;
}
.BgClassName
{
background-color: #1509F3;
}
</style>
border-color css
<style>
span { border-color: #1509F3; }
span { border-color: rgb(21,9,243); }
td.TdClassName
{
border-color: #1509F3;
}
.TagClassName
{
border-color: #1509F3;
}
</style>