Shades of Blue #1005FB
Tints of Blue #1005FB
RGB
CMYK
RGB Variations
Color information
#1005FB (or 0x1005FB) is known color: Blue. HEX triplet: 10, 05 and FB. RGB value is (16,5,251). Sum of RGB (Red+Green+Blue) = 16+5+251=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 251 (98.44% from 255 or 92.28% from 272); Max value from RGB is 251 - color contains mainly: blue. Hex color #1005FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1005FB is #EFFA04. Grayscale: #232323. Windows color (decimal): -15727109 or 16450832. OLE color: 16450832.
HSL color Cylindrical-coordinate representation of color #1005FB: hue angle of 242.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1005FB is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 5 | 251 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.02 |
| HSL | 242.68º | 0.97% | 0.5% | - |
| HSV(B) | 242.68º | 0.98% | 0.98% | - |
| XYZ | 17.68 | 7.18 | 91.72 | - |
| YUV | 36.33 | 249.14 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 251 | 0.94 | 0.98 | 0 | 0.02 | 242.68 | 0.97 | 0.5 |
| Hex | 10 | 5 | FB | 5E | 62 | 0 | 2 | F3 | 61 | 32 |
| Octal | 20 | 5 | 373 | 136 | 142 | 0 | 2 | 363 | 141 | 62 |
| Binary | 10000 | 101 | 11111011 | 1011110 | 1100010 | 0 | 10 | 11110011 | 1100001 | 110010 |
Color Harmonies of #1005FB
Complementary color
Monochromatic Colors of #1005FB
Black with #1005FB
Text Example
Text Example
White with #1005FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1005FB; }
p { color: rgb(16,5,251); }
H1.HeaderClassName
{
color: #1005FB;
}
.AnyTagClassName
{
color: #1005FB;
}
</style>
background-color css
<style>
a { background-color: #1005FB; }
a { background-color: rgb(16,5,251); }
div.DivClassName
{
background-color: #1005FB;
}
.BgClassName
{
background-color: #1005FB;
}
</style>
border-color css
<style>
span { border-color: #1005FB; }
span { border-color: rgb(16,5,251); }
td.TdClassName
{
border-color: #1005FB;
}
.TagClassName
{
border-color: #1005FB;
}
</style>