Shades of Dodger Blue #268BFF
Tints of Dodger Blue #268BFF
RGB
CMYK
RGB Variations
Color information
#268BFF (or 0x268BFF) is known color: Dodger Blue. HEX triplet: 26, 8B and FF. RGB value is (38,139,255). Sum of RGB (Red+Green+Blue) = 38+139+255=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #268BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BFF is #D97400. Grayscale: #797979. Windows color (decimal): -14251009 or 16747302. OLE color: 16747302.
HSL color Cylindrical-coordinate representation of color #268BFF: hue angle of 212.07º 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 #268BFF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 139 | 255 | - |
| CMYK | 0.85 | 0.45 | 0 | 0 |
| HSL | 212.07º | 1% | 0.57% | - |
| HSV(B) | 212.07º | 0.85% | 1% | - |
| XYZ | 28.08 | 26.1 | 98.16 | - |
| YUV | 122.03 | 203.04 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 255 | 0.85 | 0.45 | 0 | 0 | 212.07 | 1 | 0.57 |
| Hex | 26 | 8B | FF | 55 | 2D | 0 | 0 | D4 | 64 | 39 |
| Octal | 46 | 213 | 377 | 125 | 55 | 0 | 0 | 324 | 144 | 71 |
| Binary | 100110 | 10001011 | 11111111 | 1010101 | 101101 | 0 | 0 | 11010100 | 1100100 | 111001 |
Color Harmonies of #268BFF
Complementary color
Monochromatic Colors of #268BFF
Black with #268BFF
Text Example
Text Example
White with #268BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BFF; }
p { color: rgb(38,139,255); }
H1.HeaderClassName
{
color: #268BFF;
}
.AnyTagClassName
{
color: #268BFF;
}
</style>
background-color css
<style>
a { background-color: #268BFF; }
a { background-color: rgb(38,139,255); }
div.DivClassName
{
background-color: #268BFF;
}
.BgClassName
{
background-color: #268BFF;
}
</style>
border-color css
<style>
span { border-color: #268BFF; }
span { border-color: rgb(38,139,255); }
td.TdClassName
{
border-color: #268BFF;
}
.TagClassName
{
border-color: #268BFF;
}
</style>