Shades of Dodger Blue #268CDF
Tints of Dodger Blue #268CDF
RGB
CMYK
RGB Variations
Color information
#268CDF (or 0x268CDF) is known color: Dodger Blue. HEX triplet: 26, 8C and DF. RGB value is (38,140,223). Sum of RGB (Red+Green+Blue) = 38+140+223=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #268CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CDF is #D97320. Grayscale: #767676. Windows color (decimal): -14250785 or 14650406. OLE color: 14650406.
HSL color Cylindrical-coordinate representation of color #268CDF: hue angle of 206.92º 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 #268CDF is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 140 | 223 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.13 |
| HSL | 206.92º | 0.74% | 0.51% | - |
| HSV(B) | 206.92º | 0.83% | 0.87% | - |
| XYZ | 23.5 | 24.5 | 73.3 | - |
| YUV | 118.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 223 | 0.83 | 0.37 | 0 | 0.13 | 206.92 | 0.74 | 0.51 |
| Hex | 26 | 8C | DF | 53 | 25 | 0 | D | CF | 4A | 33 |
| Octal | 46 | 214 | 337 | 123 | 45 | 0 | 15 | 317 | 112 | 63 |
| Binary | 100110 | 10001100 | 11011111 | 1010011 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110011 |
Color Harmonies of #268CDF
Complementary color
Monochromatic Colors of #268CDF
Black with #268CDF
Text Example
Text Example
White with #268CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CDF; }
p { color: rgb(38,140,223); }
H1.HeaderClassName
{
color: #268CDF;
}
.AnyTagClassName
{
color: #268CDF;
}
</style>
background-color css
<style>
a { background-color: #268CDF; }
a { background-color: rgb(38,140,223); }
div.DivClassName
{
background-color: #268CDF;
}
.BgClassName
{
background-color: #268CDF;
}
</style>
border-color css
<style>
span { border-color: #268CDF; }
span { border-color: rgb(38,140,223); }
td.TdClassName
{
border-color: #268CDF;
}
.TagClassName
{
border-color: #268CDF;
}
</style>