Shades of Dodger Blue #0175FC
Tints of Dodger Blue #0175FC
RGB
CMYK
RGB Variations
Color information
#0175FC (or 0x0175FC) is known color: Dodger Blue. HEX triplet: 01, 75 and FC. RGB value is (1,117,252). Sum of RGB (Red+Green+Blue) = 1+117+252=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #0175FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0175FC is #FE8A03. Grayscale: #616161. Windows color (decimal): -16681476 or 16545025. OLE color: 16545025.
HSL color Cylindrical-coordinate representation of color #0175FC: hue angle of 212.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175FC is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 117 | 252 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.01 |
| HSL | 212.27º | 0.99% | 0.5% | - |
| HSV(B) | 212.27º | 1% | 0.99% | - |
| XYZ | 23.94 | 19.76 | 94.65 | - |
| YUV | 97.71 | 215.07 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 252 | 1.00 | 0.54 | 0 | 0.01 | 212.27 | 0.99 | 0.5 |
| Hex | 1 | 75 | FC | 64 | 36 | 0 | 1 | D4 | 63 | 32 |
| Octal | 1 | 165 | 374 | 144 | 66 | 0 | 1 | 324 | 143 | 62 |
| Binary | 1 | 1110101 | 11111100 | 1100100 | 110110 | 0 | 1 | 11010100 | 1100011 | 110010 |
Color Harmonies of #0175FC
Complementary color
Monochromatic Colors of #0175FC
Black with #0175FC
Text Example
Text Example
White with #0175FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175FC; }
p { color: rgb(1,117,252); }
H1.HeaderClassName
{
color: #0175FC;
}
.AnyTagClassName
{
color: #0175FC;
}
</style>
background-color css
<style>
a { background-color: #0175FC; }
a { background-color: rgb(1,117,252); }
div.DivClassName
{
background-color: #0175FC;
}
.BgClassName
{
background-color: #0175FC;
}
</style>
border-color css
<style>
span { border-color: #0175FC; }
span { border-color: rgb(1,117,252); }
td.TdClassName
{
border-color: #0175FC;
}
.TagClassName
{
border-color: #0175FC;
}
</style>