Shades of Dodger Blue #279CFC
Tints of Dodger Blue #279CFC
RGB
CMYK
RGB Variations
Color information
#279CFC (or 0x279CFC) is known color: Dodger Blue. HEX triplet: 27, 9C and FC. RGB value is (39,156,252). Sum of RGB (Red+Green+Blue) = 39+156+252=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #279CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279CFC is #D86303. Grayscale: #838383. Windows color (decimal): -14181124 or 16555047. OLE color: 16555047.
HSL color Cylindrical-coordinate representation of color #279CFC: hue angle of 207.04º 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 #279CFC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 156 | 252 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.01 |
| HSL | 207.04º | 0.97% | 0.57% | - |
| HSV(B) | 207.04º | 0.85% | 0.99% | - |
| XYZ | 30.3 | 31.24 | 96.53 | - |
| YUV | 131.96 | 195.74 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 252 | 0.85 | 0.38 | 0 | 0.01 | 207.04 | 0.97 | 0.57 |
| Hex | 27 | 9C | FC | 55 | 26 | 0 | 1 | CF | 61 | 39 |
| Octal | 47 | 234 | 374 | 125 | 46 | 0 | 1 | 317 | 141 | 71 |
| Binary | 100111 | 10011100 | 11111100 | 1010101 | 100110 | 0 | 1 | 11001111 | 1100001 | 111001 |
Color Harmonies of #279CFC
Complementary color
Monochromatic Colors of #279CFC
Black with #279CFC
Text Example
Text Example
White with #279CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CFC; }
p { color: rgb(39,156,252); }
H1.HeaderClassName
{
color: #279CFC;
}
.AnyTagClassName
{
color: #279CFC;
}
</style>
background-color css
<style>
a { background-color: #279CFC; }
a { background-color: rgb(39,156,252); }
div.DivClassName
{
background-color: #279CFC;
}
.BgClassName
{
background-color: #279CFC;
}
</style>
border-color css
<style>
span { border-color: #279CFC; }
span { border-color: rgb(39,156,252); }
td.TdClassName
{
border-color: #279CFC;
}
.TagClassName
{
border-color: #279CFC;
}
</style>