Shades of Dodger Blue #2780F2
Tints of Dodger Blue #2780F2
RGB
CMYK
RGB Variations
Color information
#2780F2 (or 0x2780F2) is known color: Dodger Blue. HEX triplet: 27, 80 and F2. RGB value is (39,128,242). Sum of RGB (Red+Green+Blue) = 39+128+242=409 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.54% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #2780F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2780F2 is #D87F0D. Grayscale: #717171. Windows color (decimal): -14188302 or 15892519. OLE color: 15892519.
HSL color Cylindrical-coordinate representation of color #2780F2: hue angle of 213.69º 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 #2780F2 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 128 | 242 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.05 |
| HSL | 213.69º | 0.89% | 0.55% | - |
| HSV(B) | 213.69º | 0.84% | 0.95% | - |
| XYZ | 24.58 | 22.28 | 87.01 | - |
| YUV | 114.39 | 200.01 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 242 | 0.84 | 0.47 | 0 | 0.05 | 213.69 | 0.89 | 0.55 |
| Hex | 27 | 80 | F2 | 54 | 2F | 0 | 5 | D6 | 59 | 37 |
| Octal | 47 | 200 | 362 | 124 | 57 | 0 | 5 | 326 | 131 | 67 |
| Binary | 100111 | 10000000 | 11110010 | 1010100 | 101111 | 0 | 101 | 11010110 | 1011001 | 110111 |
Color Harmonies of #2780F2
Complementary color
Monochromatic Colors of #2780F2
Black with #2780F2
Text Example
Text Example
White with #2780F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2780F2; }
p { color: rgb(39,128,242); }
H1.HeaderClassName
{
color: #2780F2;
}
.AnyTagClassName
{
color: #2780F2;
}
</style>
background-color css
<style>
a { background-color: #2780F2; }
a { background-color: rgb(39,128,242); }
div.DivClassName
{
background-color: #2780F2;
}
.BgClassName
{
background-color: #2780F2;
}
</style>
border-color css
<style>
span { border-color: #2780F2; }
span { border-color: rgb(39,128,242); }
td.TdClassName
{
border-color: #2780F2;
}
.TagClassName
{
border-color: #2780F2;
}
</style>