Shades of Dodger Blue #268FE7
Tints of Dodger Blue #268FE7
RGB
CMYK
RGB Variations
Color information
#268FE7 (or 0x268FE7) is known color: Dodger Blue. HEX triplet: 26, 8F and E7. RGB value is (38,143,231). Sum of RGB (Red+Green+Blue) = 38+143+231=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #268FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FE7 is #D97018. Grayscale: #797979. Windows color (decimal): -14250009 or 15175462. OLE color: 15175462.
HSL color Cylindrical-coordinate representation of color #268FE7: hue angle of 207.36º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268FE7 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 143 | 231 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.09 |
| HSL | 207.36º | 0.8% | 0.53% | - |
| HSV(B) | 207.36º | 0.84% | 0.91% | - |
| XYZ | 25.05 | 25.83 | 79.27 | - |
| YUV | 121.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 231 | 0.84 | 0.38 | 0 | 0.09 | 207.36 | 0.8 | 0.53 |
| Hex | 26 | 8F | E7 | 54 | 26 | 0 | 9 | CF | 50 | 35 |
| Octal | 46 | 217 | 347 | 124 | 46 | 0 | 11 | 317 | 120 | 65 |
| Binary | 100110 | 10001111 | 11100111 | 1010100 | 100110 | 0 | 1001 | 11001111 | 1010000 | 110101 |
Color Harmonies of #268FE7
Complementary color
Monochromatic Colors of #268FE7
Black with #268FE7
Text Example
Text Example
White with #268FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FE7; }
p { color: rgb(38,143,231); }
H1.HeaderClassName
{
color: #268FE7;
}
.AnyTagClassName
{
color: #268FE7;
}
</style>
background-color css
<style>
a { background-color: #268FE7; }
a { background-color: rgb(38,143,231); }
div.DivClassName
{
background-color: #268FE7;
}
.BgClassName
{
background-color: #268FE7;
}
</style>
border-color css
<style>
span { border-color: #268FE7; }
span { border-color: rgb(38,143,231); }
td.TdClassName
{
border-color: #268FE7;
}
.TagClassName
{
border-color: #268FE7;
}
</style>