Shades of Dodger Blue #2773FE
Tints of Dodger Blue #2773FE
RGB
CMYK
RGB Variations
Color information
#2773FE (or 0x2773FE) is known color: Dodger Blue. HEX triplet: 27, 73 and FE. RGB value is (39,115,254). Sum of RGB (Red+Green+Blue) = 39+115+254=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #2773FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2773FE is #D88C01. Grayscale: #6B6B6B. Windows color (decimal): -14191618 or 16675623. OLE color: 16675623.
HSL color Cylindrical-coordinate representation of color #2773FE: hue angle of 218.79º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2773FE is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 115 | 254 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.00 |
| HSL | 218.79º | 0.99% | 0.57% | - |
| HSV(B) | 218.79º | 0.85% | 1% | - |
| XYZ | 24.86 | 19.85 | 96.29 | - |
| YUV | 108.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 254 | 0.85 | 0.55 | 0 | 0.00 | 218.79 | 0.99 | 0.57 |
| Hex | 27 | 73 | FE | 55 | 37 | 0 | 0 | DB | 63 | 39 |
| Octal | 47 | 163 | 376 | 125 | 67 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100111 | 1110011 | 11111110 | 1010101 | 110111 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2773FE
Complementary color
Monochromatic Colors of #2773FE
Black with #2773FE
Text Example
Text Example
White with #2773FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773FE; }
p { color: rgb(39,115,254); }
H1.HeaderClassName
{
color: #2773FE;
}
.AnyTagClassName
{
color: #2773FE;
}
</style>
background-color css
<style>
a { background-color: #2773FE; }
a { background-color: rgb(39,115,254); }
div.DivClassName
{
background-color: #2773FE;
}
.BgClassName
{
background-color: #2773FE;
}
</style>
border-color css
<style>
span { border-color: #2773FE; }
span { border-color: rgb(39,115,254); }
td.TdClassName
{
border-color: #2773FE;
}
.TagClassName
{
border-color: #2773FE;
}
</style>