Shades of Dodger Blue #2792F2
Tints of Dodger Blue #2792F2
RGB
CMYK
RGB Variations
Color information
#2792F2 (or 0x2792F2) is known color: Dodger Blue. HEX triplet: 27, 92 and F2. RGB value is (39,146,242). Sum of RGB (Red+Green+Blue) = 39+146+242=427 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.13% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #2792F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2792F2 is #D86D0D. Grayscale: #7C7C7C. Windows color (decimal): -14183694 or 15897127. OLE color: 15897127.
HSL color Cylindrical-coordinate representation of color #2792F2: hue angle of 208.37º 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 #2792F2 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 146 | 242 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.05 |
| HSL | 208.37º | 0.89% | 0.55% | - |
| HSV(B) | 208.37º | 0.84% | 0.95% | - |
| XYZ | 27.14 | 27.4 | 87.86 | - |
| YUV | 124.95 | 194.05 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 242 | 0.84 | 0.40 | 0 | 0.05 | 208.37 | 0.89 | 0.55 |
| Hex | 27 | 92 | F2 | 54 | 28 | 0 | 5 | D0 | 59 | 37 |
| Octal | 47 | 222 | 362 | 124 | 50 | 0 | 5 | 320 | 131 | 67 |
| Binary | 100111 | 10010010 | 11110010 | 1010100 | 101000 | 0 | 101 | 11010000 | 1011001 | 110111 |
Color Harmonies of #2792F2
Complementary color
Monochromatic Colors of #2792F2
Black with #2792F2
Text Example
Text Example
White with #2792F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792F2; }
p { color: rgb(39,146,242); }
H1.HeaderClassName
{
color: #2792F2;
}
.AnyTagClassName
{
color: #2792F2;
}
</style>
background-color css
<style>
a { background-color: #2792F2; }
a { background-color: rgb(39,146,242); }
div.DivClassName
{
background-color: #2792F2;
}
.BgClassName
{
background-color: #2792F2;
}
</style>
border-color css
<style>
span { border-color: #2792F2; }
span { border-color: rgb(39,146,242); }
td.TdClassName
{
border-color: #2792F2;
}
.TagClassName
{
border-color: #2792F2;
}
</style>