Shades of Dodger Blue #2772FB
Tints of Dodger Blue #2772FB
RGB
CMYK
RGB Variations
Color information
#2772FB (or 0x2772FB) is known color: Dodger Blue. HEX triplet: 27, 72 and FB. RGB value is (39,114,251). Sum of RGB (Red+Green+Blue) = 39+114+251=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #2772FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2772FB is #D88D04. Grayscale: #6A6A6A. Windows color (decimal): -14191877 or 16478759. OLE color: 16478759.
HSL color Cylindrical-coordinate representation of color #2772FB: hue angle of 218.77º 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 #2772FB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 114 | 251 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.02 |
| HSL | 218.77º | 0.96% | 0.57% | - |
| HSV(B) | 218.77º | 0.84% | 0.98% | - |
| XYZ | 24.27 | 19.43 | 93.74 | - |
| YUV | 107.19 | 209.15 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 251 | 0.84 | 0.55 | 0 | 0.02 | 218.77 | 0.96 | 0.57 |
| Hex | 27 | 72 | FB | 54 | 37 | 0 | 2 | DB | 60 | 39 |
| Octal | 47 | 162 | 373 | 124 | 67 | 0 | 2 | 333 | 140 | 71 |
| Binary | 100111 | 1110010 | 11111011 | 1010100 | 110111 | 0 | 10 | 11011011 | 1100000 | 111001 |
Color Harmonies of #2772FB
Complementary color
Monochromatic Colors of #2772FB
Black with #2772FB
Text Example
Text Example
White with #2772FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2772FB; }
p { color: rgb(39,114,251); }
H1.HeaderClassName
{
color: #2772FB;
}
.AnyTagClassName
{
color: #2772FB;
}
</style>
background-color css
<style>
a { background-color: #2772FB; }
a { background-color: rgb(39,114,251); }
div.DivClassName
{
background-color: #2772FB;
}
.BgClassName
{
background-color: #2772FB;
}
</style>
border-color css
<style>
span { border-color: #2772FB; }
span { border-color: rgb(39,114,251); }
td.TdClassName
{
border-color: #2772FB;
}
.TagClassName
{
border-color: #2772FB;
}
</style>