Shades of Dodger Blue #2078F3
Tints of Dodger Blue #2078F3
RGB
CMYK
RGB Variations
Color information
#2078F3 (or 0x2078F3) is known color: Dodger Blue. HEX triplet: 20, 78 and F3. RGB value is (32,120,243). Sum of RGB (Red+Green+Blue) = 32+120+243=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 243 (95.31% from 255 or 61.52% from 395); Max value from RGB is 243 - color contains mainly: blue. Hex color #2078F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078F3 is #DF870C. Grayscale: #6B6B6B. Windows color (decimal): -14649101 or 15956000. OLE color: 15956000.
HSL color Cylindrical-coordinate representation of color #2078F3: hue angle of 214.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078F3 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 120 | 243 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.05 |
| HSL | 214.98º | 0.9% | 0.54% | - |
| HSV(B) | 214.98º | 0.87% | 0.95% | - |
| XYZ | 23.49 | 20.21 | 87.46 | - |
| YUV | 107.71 | 204.35 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 243 | 0.87 | 0.51 | 0 | 0.05 | 214.98 | 0.9 | 0.54 |
| Hex | 20 | 78 | F3 | 57 | 33 | 0 | 5 | D7 | 5A | 36 |
| Octal | 40 | 170 | 363 | 127 | 63 | 0 | 5 | 327 | 132 | 66 |
| Binary | 100000 | 1111000 | 11110011 | 1010111 | 110011 | 0 | 101 | 11010111 | 1011010 | 110110 |
Color Harmonies of #2078F3
Complementary color
Monochromatic Colors of #2078F3
Black with #2078F3
Text Example
Text Example
White with #2078F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078F3; }
p { color: rgb(32,120,243); }
H1.HeaderClassName
{
color: #2078F3;
}
.AnyTagClassName
{
color: #2078F3;
}
</style>
background-color css
<style>
a { background-color: #2078F3; }
a { background-color: rgb(32,120,243); }
div.DivClassName
{
background-color: #2078F3;
}
.BgClassName
{
background-color: #2078F3;
}
</style>
border-color css
<style>
span { border-color: #2078F3; }
span { border-color: rgb(32,120,243); }
td.TdClassName
{
border-color: #2078F3;
}
.TagClassName
{
border-color: #2078F3;
}
</style>