Shades of Medium Blue #1A07DF
Tints of Medium Blue #1A07DF
RGB
CMYK
RGB Variations
Color information
#1A07DF (or 0x1A07DF) is known color: Medium Blue. HEX triplet: 1A, 07 and DF. RGB value is (26,7,223). Sum of RGB (Red+Green+Blue) = 26+7+223=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A07DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A07DF is #E5F820. Grayscale: #242424. Windows color (decimal): -15071265 or 14616346. OLE color: 14616346.
HSL color Cylindrical-coordinate representation of color #1A07DF: hue angle of 245.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A07DF is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 7 | 223 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.13 |
| HSL | 245.28º | 0.94% | 0.45% | - |
| HSV(B) | 245.28º | 0.97% | 0.87% | - |
| XYZ | 13.82 | 5.7 | 70.18 | - |
| YUV | 37.31 | 232.79 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 223 | 0.88 | 0.97 | 0 | 0.13 | 245.28 | 0.94 | 0.45 |
| Hex | 1A | 7 | DF | 58 | 61 | 0 | D | F5 | 5E | 2D |
| Octal | 32 | 7 | 337 | 130 | 141 | 0 | 15 | 365 | 136 | 55 |
| Binary | 11010 | 111 | 11011111 | 1011000 | 1100001 | 0 | 1101 | 11110101 | 1011110 | 101101 |
Color Harmonies of #1A07DF
Complementary color
Monochromatic Colors of #1A07DF
Black with #1A07DF
Text Example
Text Example
White with #1A07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A07DF; }
p { color: rgb(26,7,223); }
H1.HeaderClassName
{
color: #1A07DF;
}
.AnyTagClassName
{
color: #1A07DF;
}
</style>
background-color css
<style>
a { background-color: #1A07DF; }
a { background-color: rgb(26,7,223); }
div.DivClassName
{
background-color: #1A07DF;
}
.BgClassName
{
background-color: #1A07DF;
}
</style>
border-color css
<style>
span { border-color: #1A07DF; }
span { border-color: rgb(26,7,223); }
td.TdClassName
{
border-color: #1A07DF;
}
.TagClassName
{
border-color: #1A07DF;
}
</style>