Shades of Dodger Blue #268CFF
Tints of Dodger Blue #268CFF
RGB
CMYK
RGB Variations
Color information
#268CFF (or 0x268CFF) is known color: Dodger Blue. HEX triplet: 26, 8C and FF. RGB value is (38,140,255). Sum of RGB (Red+Green+Blue) = 38+140+255=433 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.78% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #268CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CFF is #D97300. Grayscale: #7A7A7A. Windows color (decimal): -14250753 or 16747558. OLE color: 16747558.
HSL color Cylindrical-coordinate representation of color #268CFF: hue angle of 211.8º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268CFF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 140 | 255 | - |
| CMYK | 0.85 | 0.45 | 0 | 0 |
| HSL | 211.8º | 1% | 0.57% | - |
| HSV(B) | 211.8º | 0.85% | 1% | - |
| XYZ | 28.23 | 26.39 | 98.21 | - |
| YUV | 122.61 | 202.71 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 255 | 0.85 | 0.45 | 0 | 0 | 211.8 | 1 | 0.57 |
| Hex | 26 | 8C | FF | 55 | 2D | 0 | 0 | D4 | 64 | 39 |
| Octal | 46 | 214 | 377 | 125 | 55 | 0 | 0 | 324 | 144 | 71 |
| Binary | 100110 | 10001100 | 11111111 | 1010101 | 101101 | 0 | 0 | 11010100 | 1100100 | 111001 |
Color Harmonies of #268CFF
Complementary color
Monochromatic Colors of #268CFF
Black with #268CFF
Text Example
Text Example
White with #268CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CFF; }
p { color: rgb(38,140,255); }
H1.HeaderClassName
{
color: #268CFF;
}
.AnyTagClassName
{
color: #268CFF;
}
</style>
background-color css
<style>
a { background-color: #268CFF; }
a { background-color: rgb(38,140,255); }
div.DivClassName
{
background-color: #268CFF;
}
.BgClassName
{
background-color: #268CFF;
}
</style>
border-color css
<style>
span { border-color: #268CFF; }
span { border-color: rgb(38,140,255); }
td.TdClassName
{
border-color: #268CFF;
}
.TagClassName
{
border-color: #268CFF;
}
</style>