Shades of Dodger Blue #279BFC
Tints of Dodger Blue #279BFC
RGB
CMYK
RGB Variations
Color information
#279BFC (or 0x279BFC) is known color: Dodger Blue. HEX triplet: 27, 9B and FC. RGB value is (39,155,252). Sum of RGB (Red+Green+Blue) = 39+155+252=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #279BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279BFC is #D86403. Grayscale: #828282. Windows color (decimal): -14181380 or 16554791. OLE color: 16554791.
HSL color Cylindrical-coordinate representation of color #279BFC: hue angle of 207.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #279BFC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 155 | 252 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.01 |
| HSL | 207.32º | 0.97% | 0.57% | - |
| HSV(B) | 207.32º | 0.85% | 0.99% | - |
| XYZ | 30.13 | 30.9 | 96.47 | - |
| YUV | 131.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 252 | 0.85 | 0.38 | 0 | 0.01 | 207.32 | 0.97 | 0.57 |
| Hex | 27 | 9B | FC | 55 | 26 | 0 | 1 | CF | 61 | 39 |
| Octal | 47 | 233 | 374 | 125 | 46 | 0 | 1 | 317 | 141 | 71 |
| Binary | 100111 | 10011011 | 11111100 | 1010101 | 100110 | 0 | 1 | 11001111 | 1100001 | 111001 |
Color Harmonies of #279BFC
Complementary color
Monochromatic Colors of #279BFC
Black with #279BFC
Text Example
Text Example
White with #279BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BFC; }
p { color: rgb(39,155,252); }
H1.HeaderClassName
{
color: #279BFC;
}
.AnyTagClassName
{
color: #279BFC;
}
</style>
background-color css
<style>
a { background-color: #279BFC; }
a { background-color: rgb(39,155,252); }
div.DivClassName
{
background-color: #279BFC;
}
.BgClassName
{
background-color: #279BFC;
}
</style>
border-color css
<style>
span { border-color: #279BFC; }
span { border-color: rgb(39,155,252); }
td.TdClassName
{
border-color: #279BFC;
}
.TagClassName
{
border-color: #279BFC;
}
</style>