Shades of Dodger Blue #2772FE
Tints of Dodger Blue #2772FE
RGB
CMYK
RGB Variations
Color information
#2772FE (or 0x2772FE) is known color: Dodger Blue. HEX triplet: 27, 72 and FE. RGB value is (39,114,254). Sum of RGB (Red+Green+Blue) = 39+114+254=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #2772FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2772FE is #D88D01. Grayscale: #6A6A6A. Windows color (decimal): -14191874 or 16675367. OLE color: 16675367.
HSL color Cylindrical-coordinate representation of color #2772FE: hue angle of 219.07º 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 #2772FE is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 114 | 254 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.00 |
| HSL | 219.07º | 0.99% | 0.57% | - |
| HSV(B) | 219.07º | 0.85% | 1% | - |
| XYZ | 24.74 | 19.62 | 96.25 | - |
| YUV | 107.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 254 | 0.85 | 0.55 | 0 | 0.00 | 219.07 | 0.99 | 0.57 |
| Hex | 27 | 72 | FE | 55 | 37 | 0 | 0 | DB | 63 | 39 |
| Octal | 47 | 162 | 376 | 125 | 67 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100111 | 1110010 | 11111110 | 1010101 | 110111 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2772FE
Complementary color
Monochromatic Colors of #2772FE
Black with #2772FE
Text Example
Text Example
White with #2772FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2772FE; }
p { color: rgb(39,114,254); }
H1.HeaderClassName
{
color: #2772FE;
}
.AnyTagClassName
{
color: #2772FE;
}
</style>
background-color css
<style>
a { background-color: #2772FE; }
a { background-color: rgb(39,114,254); }
div.DivClassName
{
background-color: #2772FE;
}
.BgClassName
{
background-color: #2772FE;
}
</style>
border-color css
<style>
span { border-color: #2772FE; }
span { border-color: rgb(39,114,254); }
td.TdClassName
{
border-color: #2772FE;
}
.TagClassName
{
border-color: #2772FE;
}
</style>