Shades of Dodger Blue #2679FC
Tints of Dodger Blue #2679FC
RGB
CMYK
RGB Variations
Color information
#2679FC (or 0x2679FC) is known color: Dodger Blue. HEX triplet: 26, 79 and FC. RGB value is (38,121,252). Sum of RGB (Red+Green+Blue) = 38+121+252=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #2679FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679FC is #D98603. Grayscale: #6E6E6E. Windows color (decimal): -14255620 or 16546086. OLE color: 16546086.
HSL color Cylindrical-coordinate representation of color #2679FC: hue angle of 216.73º 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 #2679FC is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 121 | 252 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.01 |
| HSL | 216.73º | 0.97% | 0.57% | - |
| HSV(B) | 216.73º | 0.85% | 0.99% | - |
| XYZ | 25.21 | 21.12 | 94.84 | - |
| YUV | 111.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 252 | 0.85 | 0.52 | 0 | 0.01 | 216.73 | 0.97 | 0.57 |
| Hex | 26 | 79 | FC | 55 | 34 | 0 | 1 | D9 | 61 | 39 |
| Octal | 46 | 171 | 374 | 125 | 64 | 0 | 1 | 331 | 141 | 71 |
| Binary | 100110 | 1111001 | 11111100 | 1010101 | 110100 | 0 | 1 | 11011001 | 1100001 | 111001 |
Color Harmonies of #2679FC
Complementary color
Monochromatic Colors of #2679FC
Black with #2679FC
Text Example
Text Example
White with #2679FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679FC; }
p { color: rgb(38,121,252); }
H1.HeaderClassName
{
color: #2679FC;
}
.AnyTagClassName
{
color: #2679FC;
}
</style>
background-color css
<style>
a { background-color: #2679FC; }
a { background-color: rgb(38,121,252); }
div.DivClassName
{
background-color: #2679FC;
}
.BgClassName
{
background-color: #2679FC;
}
</style>
border-color css
<style>
span { border-color: #2679FC; }
span { border-color: rgb(38,121,252); }
td.TdClassName
{
border-color: #2679FC;
}
.TagClassName
{
border-color: #2679FC;
}
</style>