Shades of Dodger Blue #0175F9
Tints of Dodger Blue #0175F9
RGB
CMYK
RGB Variations
Color information
#0175F9 (or 0x0175F9) is known color: Dodger Blue. HEX triplet: 01, 75 and F9. RGB value is (1,117,249). Sum of RGB (Red+Green+Blue) = 1+117+249=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #0175F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0175F9 is #FE8A06. Grayscale: #606060. Windows color (decimal): -16681479 or 16348417. OLE color: 16348417.
HSL color Cylindrical-coordinate representation of color #0175F9: hue angle of 211.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175F9 is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 117 | 249 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.02 |
| HSL | 211.94º | 0.99% | 0.49% | - |
| HSV(B) | 211.94º | 1% | 0.98% | - |
| XYZ | 23.47 | 19.57 | 92.16 | - |
| YUV | 97.36 | 213.57 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 249 | 1.00 | 0.53 | 0 | 0.02 | 211.94 | 0.99 | 0.49 |
| Hex | 1 | 75 | F9 | 64 | 35 | 0 | 2 | D4 | 63 | 31 |
| Octal | 1 | 165 | 371 | 144 | 65 | 0 | 2 | 324 | 143 | 61 |
| Binary | 1 | 1110101 | 11111001 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100011 | 110001 |
Color Harmonies of #0175F9
Complementary color
Monochromatic Colors of #0175F9
Black with #0175F9
Text Example
Text Example
White with #0175F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175F9; }
p { color: rgb(1,117,249); }
H1.HeaderClassName
{
color: #0175F9;
}
.AnyTagClassName
{
color: #0175F9;
}
</style>
background-color css
<style>
a { background-color: #0175F9; }
a { background-color: rgb(1,117,249); }
div.DivClassName
{
background-color: #0175F9;
}
.BgClassName
{
background-color: #0175F9;
}
</style>
border-color css
<style>
span { border-color: #0175F9; }
span { border-color: rgb(1,117,249); }
td.TdClassName
{
border-color: #0175F9;
}
.TagClassName
{
border-color: #0175F9;
}
</style>