Shades of Dodger Blue #278FFF
Tints of Dodger Blue #278FFF
RGB
CMYK
RGB Variations
Color information
#278FFF (or 0x278FFF) is known color: Dodger Blue. HEX triplet: 27, 8F and FF. RGB value is (39,143,255). Sum of RGB (Red+Green+Blue) = 39+143+255=437 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.92% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #278FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278FFF is #D87000. Grayscale: #7C7C7C. Windows color (decimal): -14184449 or 16748327. OLE color: 16748327.
HSL color Cylindrical-coordinate representation of color #278FFF: hue angle of 211.11º 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 #278FFF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 143 | 255 | - |
| CMYK | 0.85 | 0.44 | 0 | 0 |
| HSL | 211.11º | 1% | 0.58% | - |
| HSV(B) | 211.11º | 0.85% | 1% | - |
| XYZ | 28.71 | 27.3 | 98.36 | - |
| YUV | 124.67 | 201.54 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 255 | 0.85 | 0.44 | 0 | 0 | 211.11 | 1 | 0.58 |
| Hex | 27 | 8F | FF | 55 | 2C | 0 | 0 | D3 | 64 | 3A |
| Octal | 47 | 217 | 377 | 125 | 54 | 0 | 0 | 323 | 144 | 72 |
| Binary | 100111 | 10001111 | 11111111 | 1010101 | 101100 | 0 | 0 | 11010011 | 1100100 | 111010 |
Color Harmonies of #278FFF
Complementary color
Monochromatic Colors of #278FFF
Black with #278FFF
Text Example
Text Example
White with #278FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FFF; }
p { color: rgb(39,143,255); }
H1.HeaderClassName
{
color: #278FFF;
}
.AnyTagClassName
{
color: #278FFF;
}
</style>
background-color css
<style>
a { background-color: #278FFF; }
a { background-color: rgb(39,143,255); }
div.DivClassName
{
background-color: #278FFF;
}
.BgClassName
{
background-color: #278FFF;
}
</style>
border-color css
<style>
span { border-color: #278FFF; }
span { border-color: rgb(39,143,255); }
td.TdClassName
{
border-color: #278FFF;
}
.TagClassName
{
border-color: #278FFF;
}
</style>