Shades of Dodger Blue #2894FF
Tints of Dodger Blue #2894FF
RGB
CMYK
RGB Variations
Color information
#2894FF (or 0x2894FF) is known color: Dodger Blue. HEX triplet: 28, 94 and FF. RGB value is (40,148,255). Sum of RGB (Red+Green+Blue) = 40+148+255=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #2894FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2894FF is #D76B00. Grayscale: #7F7F7F. Windows color (decimal): -14117633 or 16749608. OLE color: 16749608.
HSL color Cylindrical-coordinate representation of color #2894FF: hue angle of 209.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2894FF is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 148 | 255 | - |
| CMYK | 0.84 | 0.42 | 0 | 0 |
| HSL | 209.86º | 1% | 0.58% | - |
| HSV(B) | 209.86º | 0.84% | 1% | - |
| XYZ | 29.51 | 28.85 | 98.62 | - |
| YUV | 127.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 255 | 0.84 | 0.42 | 0 | 0 | 209.86 | 1 | 0.58 |
| Hex | 28 | 94 | FF | 54 | 2A | 0 | 0 | D2 | 64 | 3A |
| Octal | 50 | 224 | 377 | 124 | 52 | 0 | 0 | 322 | 144 | 72 |
| Binary | 101000 | 10010100 | 11111111 | 1010100 | 101010 | 0 | 0 | 11010010 | 1100100 | 111010 |
Color Harmonies of #2894FF
Complementary color
Monochromatic Colors of #2894FF
Black with #2894FF
Text Example
Text Example
White with #2894FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2894FF; }
p { color: rgb(40,148,255); }
H1.HeaderClassName
{
color: #2894FF;
}
.AnyTagClassName
{
color: #2894FF;
}
</style>
background-color css
<style>
a { background-color: #2894FF; }
a { background-color: rgb(40,148,255); }
div.DivClassName
{
background-color: #2894FF;
}
.BgClassName
{
background-color: #2894FF;
}
</style>
border-color css
<style>
span { border-color: #2894FF; }
span { border-color: rgb(40,148,255); }
td.TdClassName
{
border-color: #2894FF;
}
.TagClassName
{
border-color: #2894FF;
}
</style>