Shades of Dodger Blue #268AFF
Tints of Dodger Blue #268AFF
RGB
CMYK
RGB Variations
Color information
#268AFF (or 0x268AFF) is known color: Dodger Blue. HEX triplet: 26, 8A and FF. RGB value is (38,138,255). Sum of RGB (Red+Green+Blue) = 38+138+255=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #268AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AFF is #D97500. Grayscale: #787878. Windows color (decimal): -14251265 or 16747046. OLE color: 16747046.
HSL color Cylindrical-coordinate representation of color #268AFF: hue angle of 212.35º 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 #268AFF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 138 | 255 | - |
| CMYK | 0.85 | 0.46 | 0 | 0 |
| HSL | 212.35º | 1% | 0.57% | - |
| HSV(B) | 212.35º | 0.85% | 1% | - |
| XYZ | 27.94 | 25.81 | 98.12 | - |
| YUV | 121.44 | 203.37 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 255 | 0.85 | 0.46 | 0 | 0 | 212.35 | 1 | 0.57 |
| Hex | 26 | 8A | FF | 55 | 2E | 0 | 0 | D4 | 64 | 39 |
| Octal | 46 | 212 | 377 | 125 | 56 | 0 | 0 | 324 | 144 | 71 |
| Binary | 100110 | 10001010 | 11111111 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100100 | 111001 |
Color Harmonies of #268AFF
Complementary color
Monochromatic Colors of #268AFF
Black with #268AFF
Text Example
Text Example
White with #268AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AFF; }
p { color: rgb(38,138,255); }
H1.HeaderClassName
{
color: #268AFF;
}
.AnyTagClassName
{
color: #268AFF;
}
</style>
background-color css
<style>
a { background-color: #268AFF; }
a { background-color: rgb(38,138,255); }
div.DivClassName
{
background-color: #268AFF;
}
.BgClassName
{
background-color: #268AFF;
}
</style>
border-color css
<style>
span { border-color: #268AFF; }
span { border-color: rgb(38,138,255); }
td.TdClassName
{
border-color: #268AFF;
}
.TagClassName
{
border-color: #268AFF;
}
</style>