Shades of Dodger Blue #279BFA
Tints of Dodger Blue #279BFA
RGB
CMYK
RGB Variations
Color information
#279BFA (or 0x279BFA) is known color: Dodger Blue. HEX triplet: 27, 9B and FA. RGB value is (39,155,250). Sum of RGB (Red+Green+Blue) = 39+155+250=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #279BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279BFA is #D86405. Grayscale: #828282. Windows color (decimal): -14181382 or 16423719. OLE color: 16423719.
HSL color Cylindrical-coordinate representation of color #279BFA: hue angle of 207.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #279BFA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 155 | 250 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.02 |
| HSL | 207.01º | 0.95% | 0.57% | - |
| HSV(B) | 207.01º | 0.84% | 0.98% | - |
| XYZ | 29.81 | 30.78 | 94.81 | - |
| YUV | 131.15 | 195.07 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 250 | 0.84 | 0.38 | 0 | 0.02 | 207.01 | 0.95 | 0.57 |
| Hex | 27 | 9B | FA | 54 | 26 | 0 | 2 | CF | 5F | 39 |
| Octal | 47 | 233 | 372 | 124 | 46 | 0 | 2 | 317 | 137 | 71 |
| Binary | 100111 | 10011011 | 11111010 | 1010100 | 100110 | 0 | 10 | 11001111 | 1011111 | 111001 |
Color Harmonies of #279BFA
Complementary color
Monochromatic Colors of #279BFA
Black with #279BFA
Text Example
Text Example
White with #279BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BFA; }
p { color: rgb(39,155,250); }
H1.HeaderClassName
{
color: #279BFA;
}
.AnyTagClassName
{
color: #279BFA;
}
</style>
background-color css
<style>
a { background-color: #279BFA; }
a { background-color: rgb(39,155,250); }
div.DivClassName
{
background-color: #279BFA;
}
.BgClassName
{
background-color: #279BFA;
}
</style>
border-color css
<style>
span { border-color: #279BFA; }
span { border-color: rgb(39,155,250); }
td.TdClassName
{
border-color: #279BFA;
}
.TagClassName
{
border-color: #279BFA;
}
</style>