Shades of Blue #102EF5
Tints of Blue #102EF5
RGB
CMYK
RGB Variations
Color information
#102EF5 (or 0x102EF5) is known color: Blue. HEX triplet: 10, 2E and F5. RGB value is (16,46,245). Sum of RGB (Red+Green+Blue) = 16+46+245=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 245 (96.09% from 255 or 79.80% from 307); Max value from RGB is 245 - color contains mainly: blue. Hex color #102EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #102EF5 is #EFD10A. Grayscale: #3A3A3A. Windows color (decimal): -15716619 or 16068112. OLE color: 16068112.
HSL color Cylindrical-coordinate representation of color #102EF5: hue angle of 232.14º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102EF5 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 46 | 245 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.04 |
| HSL | 232.14º | 0.92% | 0.51% | - |
| HSV(B) | 232.14º | 0.93% | 0.96% | - |
| XYZ | 17.67 | 8.66 | 87.13 | - |
| YUV | 59.72 | 232.56 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 245 | 0.93 | 0.81 | 0 | 0.04 | 232.14 | 0.92 | 0.51 |
| Hex | 10 | 2E | F5 | 5D | 51 | 0 | 4 | E8 | 5C | 33 |
| Octal | 20 | 56 | 365 | 135 | 121 | 0 | 4 | 350 | 134 | 63 |
| Binary | 10000 | 101110 | 11110101 | 1011101 | 1010001 | 0 | 100 | 11101000 | 1011100 | 110011 |
Color Harmonies of #102EF5
Complementary color
Monochromatic Colors of #102EF5
Black with #102EF5
Text Example
Text Example
White with #102EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102EF5; }
p { color: rgb(16,46,245); }
H1.HeaderClassName
{
color: #102EF5;
}
.AnyTagClassName
{
color: #102EF5;
}
</style>
background-color css
<style>
a { background-color: #102EF5; }
a { background-color: rgb(16,46,245); }
div.DivClassName
{
background-color: #102EF5;
}
.BgClassName
{
background-color: #102EF5;
}
</style>
border-color css
<style>
span { border-color: #102EF5; }
span { border-color: rgb(16,46,245); }
td.TdClassName
{
border-color: #102EF5;
}
.TagClassName
{
border-color: #102EF5;
}
</style>