Shades of Dodger Blue #278AFF
Tints of Dodger Blue #278AFF
RGB
CMYK
RGB Variations
Color information
#278AFF (or 0x278AFF) is known color: Dodger Blue. HEX triplet: 27, 8A and FF. RGB value is (39,138,255). Sum of RGB (Red+Green+Blue) = 39+138+255=432 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.03% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #278AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278AFF is #D87500. Grayscale: #797979. Windows color (decimal): -14185729 or 16747047. OLE color: 16747047.
HSL color Cylindrical-coordinate representation of color #278AFF: hue angle of 212.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #278AFF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 138 | 255 | - |
| CMYK | 0.85 | 0.46 | 0 | 0 |
| HSL | 212.5º | 1% | 0.58% | - |
| HSV(B) | 212.5º | 0.85% | 1% | - |
| XYZ | 27.98 | 25.83 | 98.12 | - |
| YUV | 121.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 255 | 0.85 | 0.46 | 0 | 0 | 212.5 | 1 | 0.58 |
| Hex | 27 | 8A | FF | 55 | 2E | 0 | 0 | D4 | 64 | 3A |
| Octal | 47 | 212 | 377 | 125 | 56 | 0 | 0 | 324 | 144 | 72 |
| Binary | 100111 | 10001010 | 11111111 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #278AFF
Complementary color
Monochromatic Colors of #278AFF
Black with #278AFF
Text Example
Text Example
White with #278AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278AFF; }
p { color: rgb(39,138,255); }
H1.HeaderClassName
{
color: #278AFF;
}
.AnyTagClassName
{
color: #278AFF;
}
</style>
background-color css
<style>
a { background-color: #278AFF; }
a { background-color: rgb(39,138,255); }
div.DivClassName
{
background-color: #278AFF;
}
.BgClassName
{
background-color: #278AFF;
}
</style>
border-color css
<style>
span { border-color: #278AFF; }
span { border-color: rgb(39,138,255); }
td.TdClassName
{
border-color: #278AFF;
}
.TagClassName
{
border-color: #278AFF;
}
</style>