Shades of Dodger Blue #2893F7
Tints of Dodger Blue #2893F7
RGB
CMYK
RGB Variations
Color information
#2893F7 (or 0x2893F7) is known color: Dodger Blue. HEX triplet: 28, 93 and F7. RGB value is (40,147,247). Sum of RGB (Red+Green+Blue) = 40+147+247=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #2893F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2893F7 is #D76C08. Grayscale: #7D7D7D. Windows color (decimal): -14117897 or 16225064. OLE color: 16225064.
HSL color Cylindrical-coordinate representation of color #2893F7: hue angle of 208.99º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2893F7 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 147 | 247 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.03 |
| HSL | 208.99º | 0.93% | 0.56% | - |
| HSV(B) | 208.99º | 0.84% | 0.97% | - |
| XYZ | 28.1 | 28.03 | 91.93 | - |
| YUV | 126.41 | 196.05 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 247 | 0.84 | 0.40 | 0 | 0.03 | 208.99 | 0.93 | 0.56 |
| Hex | 28 | 93 | F7 | 54 | 28 | 0 | 3 | D1 | 5D | 38 |
| Octal | 50 | 223 | 367 | 124 | 50 | 0 | 3 | 321 | 135 | 70 |
| Binary | 101000 | 10010011 | 11110111 | 1010100 | 101000 | 0 | 11 | 11010001 | 1011101 | 111000 |
Color Harmonies of #2893F7
Complementary color
Monochromatic Colors of #2893F7
Black with #2893F7
Text Example
Text Example
White with #2893F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893F7; }
p { color: rgb(40,147,247); }
H1.HeaderClassName
{
color: #2893F7;
}
.AnyTagClassName
{
color: #2893F7;
}
</style>
background-color css
<style>
a { background-color: #2893F7; }
a { background-color: rgb(40,147,247); }
div.DivClassName
{
background-color: #2893F7;
}
.BgClassName
{
background-color: #2893F7;
}
</style>
border-color css
<style>
span { border-color: #2893F7; }
span { border-color: rgb(40,147,247); }
td.TdClassName
{
border-color: #2893F7;
}
.TagClassName
{
border-color: #2893F7;
}
</style>