Shades of Dodger Blue #2781FE
Tints of Dodger Blue #2781FE
RGB
CMYK
RGB Variations
Color information
#2781FE (or 0x2781FE) is known color: Dodger Blue. HEX triplet: 27, 81 and FE. RGB value is (39,129,254). Sum of RGB (Red+Green+Blue) = 39+129+254=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #2781FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2781FE is #D87E01. Grayscale: #737373. Windows color (decimal): -14188034 or 16679207. OLE color: 16679207.
HSL color Cylindrical-coordinate representation of color #2781FE: hue angle of 214.88º 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 #2781FE is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 129 | 254 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.00 |
| HSL | 214.88º | 0.99% | 0.57% | - |
| HSV(B) | 214.88º | 0.85% | 1% | - |
| XYZ | 26.58 | 23.29 | 96.86 | - |
| YUV | 116.34 | 205.68 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 254 | 0.85 | 0.49 | 0 | 0.00 | 214.88 | 0.99 | 0.57 |
| Hex | 27 | 81 | FE | 55 | 31 | 0 | 0 | D7 | 63 | 39 |
| Octal | 47 | 201 | 376 | 125 | 61 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100111 | 10000001 | 11111110 | 1010101 | 110001 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #2781FE
Complementary color
Monochromatic Colors of #2781FE
Black with #2781FE
Text Example
Text Example
White with #2781FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781FE; }
p { color: rgb(39,129,254); }
H1.HeaderClassName
{
color: #2781FE;
}
.AnyTagClassName
{
color: #2781FE;
}
</style>
background-color css
<style>
a { background-color: #2781FE; }
a { background-color: rgb(39,129,254); }
div.DivClassName
{
background-color: #2781FE;
}
.BgClassName
{
background-color: #2781FE;
}
</style>
border-color css
<style>
span { border-color: #2781FE; }
span { border-color: rgb(39,129,254); }
td.TdClassName
{
border-color: #2781FE;
}
.TagClassName
{
border-color: #2781FE;
}
</style>