Shades of Dodger Blue #268DFC
Tints of Dodger Blue #268DFC
RGB
CMYK
RGB Variations
Color information
#268DFC (or 0x268DFC) is known color: Dodger Blue. HEX triplet: 26, 8D and FC. RGB value is (38,141,252). Sum of RGB (Red+Green+Blue) = 38+141+252=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #268DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268DFC is #D97203. Grayscale: #7A7A7A. Windows color (decimal): -14250500 or 16551206. OLE color: 16551206.
HSL color Cylindrical-coordinate representation of color #268DFC: hue angle of 211.12º 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 #268DFC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 141 | 252 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.01 |
| HSL | 211.12º | 0.97% | 0.57% | - |
| HSV(B) | 211.12º | 0.85% | 0.99% | - |
| XYZ | 27.89 | 26.49 | 95.74 | - |
| YUV | 122.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 252 | 0.85 | 0.44 | 0 | 0.01 | 211.12 | 0.97 | 0.57 |
| Hex | 26 | 8D | FC | 55 | 2C | 0 | 1 | D3 | 61 | 39 |
| Octal | 46 | 215 | 374 | 125 | 54 | 0 | 1 | 323 | 141 | 71 |
| Binary | 100110 | 10001101 | 11111100 | 1010101 | 101100 | 0 | 1 | 11010011 | 1100001 | 111001 |
Color Harmonies of #268DFC
Complementary color
Monochromatic Colors of #268DFC
Black with #268DFC
Text Example
Text Example
White with #268DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DFC; }
p { color: rgb(38,141,252); }
H1.HeaderClassName
{
color: #268DFC;
}
.AnyTagClassName
{
color: #268DFC;
}
</style>
background-color css
<style>
a { background-color: #268DFC; }
a { background-color: rgb(38,141,252); }
div.DivClassName
{
background-color: #268DFC;
}
.BgClassName
{
background-color: #268DFC;
}
</style>
border-color css
<style>
span { border-color: #268DFC; }
span { border-color: rgb(38,141,252); }
td.TdClassName
{
border-color: #268DFC;
}
.TagClassName
{
border-color: #268DFC;
}
</style>