Shades of Dodger Blue #268AFE
Tints of Dodger Blue #268AFE
RGB
CMYK
RGB Variations
Color information
#268AFE (or 0x268AFE) is known color: Dodger Blue. HEX triplet: 26, 8A and FE. RGB value is (38,138,254). Sum of RGB (Red+Green+Blue) = 38+138+254=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #268AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AFE is #D97501. Grayscale: #787878. Windows color (decimal): -14251266 or 16681510. OLE color: 16681510.
HSL color Cylindrical-coordinate representation of color #268AFE: hue angle of 212.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268AFE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 138 | 254 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.00 |
| HSL | 212.22º | 0.99% | 0.57% | - |
| HSV(B) | 212.22º | 0.85% | 1% | - |
| XYZ | 27.78 | 25.74 | 97.27 | - |
| YUV | 121.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 254 | 0.85 | 0.46 | 0 | 0.00 | 212.22 | 0.99 | 0.57 |
| Hex | 26 | 8A | FE | 55 | 2E | 0 | 0 | D4 | 63 | 39 |
| Octal | 46 | 212 | 376 | 125 | 56 | 0 | 0 | 324 | 143 | 71 |
| Binary | 100110 | 10001010 | 11111110 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100011 | 111001 |
Color Harmonies of #268AFE
Complementary color
Monochromatic Colors of #268AFE
Black with #268AFE
Text Example
Text Example
White with #268AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AFE; }
p { color: rgb(38,138,254); }
H1.HeaderClassName
{
color: #268AFE;
}
.AnyTagClassName
{
color: #268AFE;
}
</style>
background-color css
<style>
a { background-color: #268AFE; }
a { background-color: rgb(38,138,254); }
div.DivClassName
{
background-color: #268AFE;
}
.BgClassName
{
background-color: #268AFE;
}
</style>
border-color css
<style>
span { border-color: #268AFE; }
span { border-color: rgb(38,138,254); }
td.TdClassName
{
border-color: #268AFE;
}
.TagClassName
{
border-color: #268AFE;
}
</style>