Shades of Dodger Blue #0074FA
Tints of Dodger Blue #0074FA
RGB
CMYK
RGB Variations
Color information
#0074FA (or 0x0074FA) is known color: Dodger Blue. HEX triplet: 00, 74 and FA. RGB value is (0,116,250). Sum of RGB (Red+Green+Blue) = 0+116+250=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #0074FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074FA is #FF8B05. Grayscale: #5F5F5F. Windows color (decimal): -16747270 or 16413696. OLE color: 16413696.
HSL color Cylindrical-coordinate representation of color #0074FA: hue angle of 212.16º 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 #0074FA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 116 | 250 | - |
| CMYK | 1 | 0.54 | 0 | 0.02 |
| HSL | 212.16º | 1% | 0.49% | - |
| HSV(B) | 212.16º | 1% | 0.98% | - |
| XYZ | 23.5 | 19.39 | 92.95 | - |
| YUV | 96.59 | 214.57 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 250 | 1 | 0.54 | 0 | 0.02 | 212.16 | 1 | 0.49 |
| Hex | 0 | 74 | FA | 64 | 36 | 0 | 2 | D4 | 64 | 31 |
| Octal | 0 | 164 | 372 | 144 | 66 | 0 | 2 | 324 | 144 | 61 |
| Binary | 0 | 1110100 | 11111010 | 1100100 | 110110 | 0 | 10 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0074FA
Complementary color
Monochromatic Colors of #0074FA
Black with #0074FA
Text Example
Text Example
White with #0074FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074FA; }
p { color: rgb(0,116,250); }
H1.HeaderClassName
{
color: #0074FA;
}
.AnyTagClassName
{
color: #0074FA;
}
</style>
background-color css
<style>
a { background-color: #0074FA; }
a { background-color: rgb(0,116,250); }
div.DivClassName
{
background-color: #0074FA;
}
.BgClassName
{
background-color: #0074FA;
}
</style>
border-color css
<style>
span { border-color: #0074FA; }
span { border-color: rgb(0,116,250); }
td.TdClassName
{
border-color: #0074FA;
}
.TagClassName
{
border-color: #0074FA;
}
</style>