Shades of Dodger Blue #2773FB
Tints of Dodger Blue #2773FB
RGB
CMYK
RGB Variations
Color information
#2773FB (or 0x2773FB) is known color: Dodger Blue. HEX triplet: 27, 73 and FB. RGB value is (39,115,251). Sum of RGB (Red+Green+Blue) = 39+115+251=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #2773FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2773FB is #D88C04. Grayscale: #6B6B6B. Windows color (decimal): -14191621 or 16479015. OLE color: 16479015.
HSL color Cylindrical-coordinate representation of color #2773FB: hue angle of 218.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2773FB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 115 | 251 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.02 |
| HSL | 218.49º | 0.96% | 0.57% | - |
| HSV(B) | 218.49º | 0.84% | 0.98% | - |
| XYZ | 24.38 | 19.66 | 93.78 | - |
| YUV | 107.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 251 | 0.84 | 0.54 | 0 | 0.02 | 218.49 | 0.96 | 0.57 |
| Hex | 27 | 73 | FB | 54 | 36 | 0 | 2 | DA | 60 | 39 |
| Octal | 47 | 163 | 373 | 124 | 66 | 0 | 2 | 332 | 140 | 71 |
| Binary | 100111 | 1110011 | 11111011 | 1010100 | 110110 | 0 | 10 | 11011010 | 1100000 | 111001 |
Color Harmonies of #2773FB
Complementary color
Monochromatic Colors of #2773FB
Black with #2773FB
Text Example
Text Example
White with #2773FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773FB; }
p { color: rgb(39,115,251); }
H1.HeaderClassName
{
color: #2773FB;
}
.AnyTagClassName
{
color: #2773FB;
}
</style>
background-color css
<style>
a { background-color: #2773FB; }
a { background-color: rgb(39,115,251); }
div.DivClassName
{
background-color: #2773FB;
}
.BgClassName
{
background-color: #2773FB;
}
</style>
border-color css
<style>
span { border-color: #2773FB; }
span { border-color: rgb(39,115,251); }
td.TdClassName
{
border-color: #2773FB;
}
.TagClassName
{
border-color: #2773FB;
}
</style>