Shades of Dodger Blue #2070FA
Tints of Dodger Blue #2070FA
RGB
CMYK
RGB Variations
Color information
#2070FA (or 0x2070FA) is known color: Dodger Blue. HEX triplet: 20, 70 and FA. RGB value is (32,112,250). Sum of RGB (Red+Green+Blue) = 32+112+250=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #2070FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2070FA is #DF8F05. Grayscale: #676767. Windows color (decimal): -14651142 or 16412704. OLE color: 16412704.
HSL color Cylindrical-coordinate representation of color #2070FA: hue angle of 217.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2070FA is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 112 | 250 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.02 |
| HSL | 217.98º | 0.96% | 0.55% | - |
| HSV(B) | 217.98º | 0.87% | 0.98% | - |
| XYZ | 23.65 | 18.8 | 92.82 | - |
| YUV | 103.81 | 210.5 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 250 | 0.87 | 0.55 | 0 | 0.02 | 217.98 | 0.96 | 0.55 |
| Hex | 20 | 70 | FA | 57 | 37 | 0 | 2 | DA | 60 | 37 |
| Octal | 40 | 160 | 372 | 127 | 67 | 0 | 2 | 332 | 140 | 67 |
| Binary | 100000 | 1110000 | 11111010 | 1010111 | 110111 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #2070FA
Complementary color
Monochromatic Colors of #2070FA
Black with #2070FA
Text Example
Text Example
White with #2070FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070FA; }
p { color: rgb(32,112,250); }
H1.HeaderClassName
{
color: #2070FA;
}
.AnyTagClassName
{
color: #2070FA;
}
</style>
background-color css
<style>
a { background-color: #2070FA; }
a { background-color: rgb(32,112,250); }
div.DivClassName
{
background-color: #2070FA;
}
.BgClassName
{
background-color: #2070FA;
}
</style>
border-color css
<style>
span { border-color: #2070FA; }
span { border-color: rgb(32,112,250); }
td.TdClassName
{
border-color: #2070FA;
}
.TagClassName
{
border-color: #2070FA;
}
</style>