Shades of Dodger Blue #279BFF
Tints of Dodger Blue #279BFF
RGB
CMYK
RGB Variations
Color information
#279BFF (or 0x279BFF) is known color: Dodger Blue. HEX triplet: 27, 9B and FF. RGB value is (39,155,255). Sum of RGB (Red+Green+Blue) = 39+155+255=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #279BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279BFF is #D86400. Grayscale: #838383. Windows color (decimal): -14181377 or 16751399. OLE color: 16751399.
HSL color Cylindrical-coordinate representation of color #279BFF: hue angle of 207.78º 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 #279BFF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 155 | 255 | - |
| CMYK | 0.85 | 0.39 | 0 | 0 |
| HSL | 207.78º | 1% | 0.58% | - |
| HSV(B) | 207.78º | 0.85% | 1% | - |
| XYZ | 30.61 | 31.09 | 99 | - |
| YUV | 131.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 255 | 0.85 | 0.39 | 0 | 0 | 207.78 | 1 | 0.58 |
| Hex | 27 | 9B | FF | 55 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 47 | 233 | 377 | 125 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 100111 | 10011011 | 11111111 | 1010101 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #279BFF
Complementary color
Monochromatic Colors of #279BFF
Black with #279BFF
Text Example
Text Example
White with #279BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BFF; }
p { color: rgb(39,155,255); }
H1.HeaderClassName
{
color: #279BFF;
}
.AnyTagClassName
{
color: #279BFF;
}
</style>
background-color css
<style>
a { background-color: #279BFF; }
a { background-color: rgb(39,155,255); }
div.DivClassName
{
background-color: #279BFF;
}
.BgClassName
{
background-color: #279BFF;
}
</style>
border-color css
<style>
span { border-color: #279BFF; }
span { border-color: rgb(39,155,255); }
td.TdClassName
{
border-color: #279BFF;
}
.TagClassName
{
border-color: #279BFF;
}
</style>