Shades of Dodger Blue #278ADF
Tints of Dodger Blue #278ADF
RGB
CMYK
RGB Variations
Color information
#278ADF (or 0x278ADF) is known color: Dodger Blue. HEX triplet: 27, 8A and DF. RGB value is (39,138,223). Sum of RGB (Red+Green+Blue) = 39+138+223=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #278ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ADF is #D87520. Grayscale: #757575. Windows color (decimal): -14185761 or 14649895. OLE color: 14649895.
HSL color Cylindrical-coordinate representation of color #278ADF: hue angle of 207.72º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #278ADF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 138 | 223 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.13 |
| HSL | 207.72º | 0.74% | 0.51% | - |
| HSV(B) | 207.72º | 0.83% | 0.87% | - |
| XYZ | 23.24 | 23.94 | 73.21 | - |
| YUV | 118.09 | 187.2 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 223 | 0.83 | 0.38 | 0 | 0.13 | 207.72 | 0.74 | 0.51 |
| Hex | 27 | 8A | DF | 53 | 26 | 0 | D | D0 | 4A | 33 |
| Octal | 47 | 212 | 337 | 123 | 46 | 0 | 15 | 320 | 112 | 63 |
| Binary | 100111 | 10001010 | 11011111 | 1010011 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110011 |
Color Harmonies of #278ADF
Complementary color
Monochromatic Colors of #278ADF
Black with #278ADF
Text Example
Text Example
White with #278ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ADF; }
p { color: rgb(39,138,223); }
H1.HeaderClassName
{
color: #278ADF;
}
.AnyTagClassName
{
color: #278ADF;
}
</style>
background-color css
<style>
a { background-color: #278ADF; }
a { background-color: rgb(39,138,223); }
div.DivClassName
{
background-color: #278ADF;
}
.BgClassName
{
background-color: #278ADF;
}
</style>
border-color css
<style>
span { border-color: #278ADF; }
span { border-color: rgb(39,138,223); }
td.TdClassName
{
border-color: #278ADF;
}
.TagClassName
{
border-color: #278ADF;
}
</style>