Shades of Dodger Blue #268ADF
Tints of Dodger Blue #268ADF
RGB
CMYK
RGB Variations
Color information
#268ADF (or 0x268ADF) is known color: Dodger Blue. HEX triplet: 26, 8A and DF. RGB value is (38,138,223). Sum of RGB (Red+Green+Blue) = 38+138+223=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #268ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ADF is #D97520. Grayscale: #757575. Windows color (decimal): -14251297 or 14649894. OLE color: 14649894.
HSL color Cylindrical-coordinate representation of color #268ADF: hue angle of 207.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268ADF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 138 | 223 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.13 |
| HSL | 207.57º | 0.74% | 0.51% | - |
| HSV(B) | 207.57º | 0.83% | 0.87% | - |
| XYZ | 23.21 | 23.92 | 73.21 | - |
| YUV | 117.79 | 187.37 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 223 | 0.83 | 0.38 | 0 | 0.13 | 207.57 | 0.74 | 0.51 |
| Hex | 26 | 8A | DF | 53 | 26 | 0 | D | D0 | 4A | 33 |
| Octal | 46 | 212 | 337 | 123 | 46 | 0 | 15 | 320 | 112 | 63 |
| Binary | 100110 | 10001010 | 11011111 | 1010011 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110011 |
Color Harmonies of #268ADF
Complementary color
Monochromatic Colors of #268ADF
Black with #268ADF
Text Example
Text Example
White with #268ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ADF; }
p { color: rgb(38,138,223); }
H1.HeaderClassName
{
color: #268ADF;
}
.AnyTagClassName
{
color: #268ADF;
}
</style>
background-color css
<style>
a { background-color: #268ADF; }
a { background-color: rgb(38,138,223); }
div.DivClassName
{
background-color: #268ADF;
}
.BgClassName
{
background-color: #268ADF;
}
</style>
border-color css
<style>
span { border-color: #268ADF; }
span { border-color: rgb(38,138,223); }
td.TdClassName
{
border-color: #268ADF;
}
.TagClassName
{
border-color: #268ADF;
}
</style>