Shades of Dodger Blue #0075FD
Tints of Dodger Blue #0075FD
RGB
CMYK
RGB Variations
Color information
#0075FD (or 0x0075FD) is known color: Dodger Blue. HEX triplet: 00, 75 and FD. RGB value is (0,117,253). Sum of RGB (Red+Green+Blue) = 0+117+253=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #0075FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0075FD is #FF8A02. Grayscale: #606060. Windows color (decimal): -16747011 or 16610560. OLE color: 16610560.
HSL color Cylindrical-coordinate representation of color #0075FD: hue angle of 212.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075FD is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 117 | 253 | - |
| CMYK | 1 | 0.54 | 0 | 0.01 |
| HSL | 212.25º | 1% | 0.5% | - |
| HSV(B) | 212.25º | 1% | 0.99% | - |
| XYZ | 24.09 | 19.81 | 95.48 | - |
| YUV | 97.52 | 215.74 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 253 | 1 | 0.54 | 0 | 0.01 | 212.25 | 1 | 0.5 |
| Hex | 0 | 75 | FD | 64 | 36 | 0 | 1 | D4 | 64 | 32 |
| Octal | 0 | 165 | 375 | 144 | 66 | 0 | 1 | 324 | 144 | 62 |
| Binary | 0 | 1110101 | 11111101 | 1100100 | 110110 | 0 | 1 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0075FD
Complementary color
Monochromatic Colors of #0075FD
Black with #0075FD
Text Example
Text Example
White with #0075FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075FD; }
p { color: rgb(0,117,253); }
H1.HeaderClassName
{
color: #0075FD;
}
.AnyTagClassName
{
color: #0075FD;
}
</style>
background-color css
<style>
a { background-color: #0075FD; }
a { background-color: rgb(0,117,253); }
div.DivClassName
{
background-color: #0075FD;
}
.BgClassName
{
background-color: #0075FD;
}
</style>
border-color css
<style>
span { border-color: #0075FD; }
span { border-color: rgb(0,117,253); }
td.TdClassName
{
border-color: #0075FD;
}
.TagClassName
{
border-color: #0075FD;
}
</style>