Shades of Dodger Blue #0075FA
Tints of Dodger Blue #0075FA
RGB
CMYK
RGB Variations
Color information
#0075FA (or 0x0075FA) is known color: Dodger Blue. HEX triplet: 00, 75 and FA. RGB value is (0,117,250). Sum of RGB (Red+Green+Blue) = 0+117+250=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #0075FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0075FA is #FF8A05. Grayscale: #606060. Windows color (decimal): -16747014 or 16413952. OLE color: 16413952.
HSL color Cylindrical-coordinate representation of color #0075FA: hue angle of 211.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075FA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 117 | 250 | - |
| CMYK | 1 | 0.53 | 0 | 0.02 |
| HSL | 211.92º | 1% | 0.49% | - |
| HSV(B) | 211.92º | 1% | 0.98% | - |
| XYZ | 23.62 | 19.62 | 92.99 | - |
| YUV | 97.18 | 214.24 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 250 | 1 | 0.53 | 0 | 0.02 | 211.92 | 1 | 0.49 |
| Hex | 0 | 75 | FA | 64 | 35 | 0 | 2 | D4 | 64 | 31 |
| Octal | 0 | 165 | 372 | 144 | 65 | 0 | 2 | 324 | 144 | 61 |
| Binary | 0 | 1110101 | 11111010 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0075FA
Complementary color
Monochromatic Colors of #0075FA
Black with #0075FA
Text Example
Text Example
White with #0075FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075FA; }
p { color: rgb(0,117,250); }
H1.HeaderClassName
{
color: #0075FA;
}
.AnyTagClassName
{
color: #0075FA;
}
</style>
background-color css
<style>
a { background-color: #0075FA; }
a { background-color: rgb(0,117,250); }
div.DivClassName
{
background-color: #0075FA;
}
.BgClassName
{
background-color: #0075FA;
}
</style>
border-color css
<style>
span { border-color: #0075FA; }
span { border-color: rgb(0,117,250); }
td.TdClassName
{
border-color: #0075FA;
}
.TagClassName
{
border-color: #0075FA;
}
</style>