Shades of Dodger Blue #2774F2
Tints of Dodger Blue #2774F2
RGB
CMYK
RGB Variations
Color information
#2774F2 (or 0x2774F2) is known color: Dodger Blue. HEX triplet: 27, 74 and F2. RGB value is (39,116,242). Sum of RGB (Red+Green+Blue) = 39+116+242=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 242 (94.92% from 255 or 60.96% from 397); Max value from RGB is 242 - color contains mainly: blue. Hex color #2774F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2774F2 is #D88B0D. Grayscale: #6A6A6A. Windows color (decimal): -14191374 or 15889447. OLE color: 15889447.
HSL color Cylindrical-coordinate representation of color #2774F2: hue angle of 217.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2774F2 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 116 | 242 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.05 |
| HSL | 217.24º | 0.89% | 0.55% | - |
| HSV(B) | 217.24º | 0.84% | 0.95% | - |
| XYZ | 23.11 | 19.33 | 86.52 | - |
| YUV | 107.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 242 | 0.84 | 0.52 | 0 | 0.05 | 217.24 | 0.89 | 0.55 |
| Hex | 27 | 74 | F2 | 54 | 34 | 0 | 5 | D9 | 59 | 37 |
| Octal | 47 | 164 | 362 | 124 | 64 | 0 | 5 | 331 | 131 | 67 |
| Binary | 100111 | 1110100 | 11110010 | 1010100 | 110100 | 0 | 101 | 11011001 | 1011001 | 110111 |
Color Harmonies of #2774F2
Complementary color
Monochromatic Colors of #2774F2
Black with #2774F2
Text Example
Text Example
White with #2774F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774F2; }
p { color: rgb(39,116,242); }
H1.HeaderClassName
{
color: #2774F2;
}
.AnyTagClassName
{
color: #2774F2;
}
</style>
background-color css
<style>
a { background-color: #2774F2; }
a { background-color: rgb(39,116,242); }
div.DivClassName
{
background-color: #2774F2;
}
.BgClassName
{
background-color: #2774F2;
}
</style>
border-color css
<style>
span { border-color: #2774F2; }
span { border-color: rgb(39,116,242); }
td.TdClassName
{
border-color: #2774F2;
}
.TagClassName
{
border-color: #2774F2;
}
</style>