Shades of Dodger Blue #2077F3
Tints of Dodger Blue #2077F3
RGB
CMYK
RGB Variations
Color information
#2077F3 (or 0x2077F3) is known color: Dodger Blue. HEX triplet: 20, 77 and F3. RGB value is (32,119,243). Sum of RGB (Red+Green+Blue) = 32+119+243=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #2077F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077F3 is #DF880C. Grayscale: #6A6A6A. Windows color (decimal): -14649357 or 15955744. OLE color: 15955744.
HSL color Cylindrical-coordinate representation of color #2077F3: hue angle of 215.26º 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 #2077F3 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 119 | 243 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.05 |
| HSL | 215.26º | 0.9% | 0.54% | - |
| HSV(B) | 215.26º | 0.87% | 0.95% | - |
| XYZ | 23.37 | 19.97 | 87.42 | - |
| YUV | 107.12 | 204.68 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 243 | 0.87 | 0.51 | 0 | 0.05 | 215.26 | 0.9 | 0.54 |
| Hex | 20 | 77 | F3 | 57 | 33 | 0 | 5 | D7 | 5A | 36 |
| Octal | 40 | 167 | 363 | 127 | 63 | 0 | 5 | 327 | 132 | 66 |
| Binary | 100000 | 1110111 | 11110011 | 1010111 | 110011 | 0 | 101 | 11010111 | 1011010 | 110110 |
Color Harmonies of #2077F3
Complementary color
Monochromatic Colors of #2077F3
Black with #2077F3
Text Example
Text Example
White with #2077F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077F3; }
p { color: rgb(32,119,243); }
H1.HeaderClassName
{
color: #2077F3;
}
.AnyTagClassName
{
color: #2077F3;
}
</style>
background-color css
<style>
a { background-color: #2077F3; }
a { background-color: rgb(32,119,243); }
div.DivClassName
{
background-color: #2077F3;
}
.BgClassName
{
background-color: #2077F3;
}
</style>
border-color css
<style>
span { border-color: #2077F3; }
span { border-color: rgb(32,119,243); }
td.TdClassName
{
border-color: #2077F3;
}
.TagClassName
{
border-color: #2077F3;
}
</style>