Shades of Dodger Blue #0071FA
Tints of Dodger Blue #0071FA
RGB
CMYK
RGB Variations
Color information
#0071FA (or 0x0071FA) is known color: Dodger Blue. HEX triplet: 00, 71 and FA. RGB value is (0,113,250). Sum of RGB (Red+Green+Blue) = 0+113+250=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #0071FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0071FA is #FF8E05. Grayscale: #5E5E5E. Windows color (decimal): -16748038 or 16412928. OLE color: 16412928.
HSL color Cylindrical-coordinate representation of color #0071FA: hue angle of 212.88º 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 #0071FA is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 113 | 250 | - |
| CMYK | 1 | 0.55 | 0 | 0.02 |
| HSL | 212.88º | 1% | 0.49% | - |
| HSV(B) | 212.88º | 1% | 0.98% | - |
| XYZ | 23.16 | 18.71 | 92.83 | - |
| YUV | 94.83 | 215.56 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 250 | 1 | 0.55 | 0 | 0.02 | 212.88 | 1 | 0.49 |
| Hex | 0 | 71 | FA | 64 | 37 | 0 | 2 | D5 | 64 | 31 |
| Octal | 0 | 161 | 372 | 144 | 67 | 0 | 2 | 325 | 144 | 61 |
| Binary | 0 | 1110001 | 11111010 | 1100100 | 110111 | 0 | 10 | 11010101 | 1100100 | 110001 |
Color Harmonies of #0071FA
Complementary color
Monochromatic Colors of #0071FA
Black with #0071FA
Text Example
Text Example
White with #0071FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0071FA; }
p { color: rgb(0,113,250); }
H1.HeaderClassName
{
color: #0071FA;
}
.AnyTagClassName
{
color: #0071FA;
}
</style>
background-color css
<style>
a { background-color: #0071FA; }
a { background-color: rgb(0,113,250); }
div.DivClassName
{
background-color: #0071FA;
}
.BgClassName
{
background-color: #0071FA;
}
</style>
border-color css
<style>
span { border-color: #0071FA; }
span { border-color: rgb(0,113,250); }
td.TdClassName
{
border-color: #0071FA;
}
.TagClassName
{
border-color: #0071FA;
}
</style>