Shades of Dodger Blue #268CE0
Tints of Dodger Blue #268CE0
RGB
CMYK
RGB Variations
Color information
#268CE0 (or 0x268CE0) is known color: Dodger Blue. HEX triplet: 26, 8C and E0. RGB value is (38,140,224). Sum of RGB (Red+Green+Blue) = 38+140+224=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #268CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CE0 is #D9731F. Grayscale: #767676. Windows color (decimal): -14250784 or 14715942. OLE color: 14715942.
HSL color Cylindrical-coordinate representation of color #268CE0: hue angle of 207.1º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268CE0 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 140 | 224 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.12 |
| HSL | 207.1º | 0.75% | 0.51% | - |
| HSV(B) | 207.1º | 0.83% | 0.88% | - |
| XYZ | 23.63 | 24.55 | 74.01 | - |
| YUV | 119.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 224 | 0.83 | 0.38 | 0 | 0.12 | 207.1 | 0.75 | 0.51 |
| Hex | 26 | 8C | E0 | 53 | 26 | 0 | C | CF | 4B | 33 |
| Octal | 46 | 214 | 340 | 123 | 46 | 0 | 14 | 317 | 113 | 63 |
| Binary | 100110 | 10001100 | 11100000 | 1010011 | 100110 | 0 | 1100 | 11001111 | 1001011 | 110011 |
Color Harmonies of #268CE0
Complementary color
Monochromatic Colors of #268CE0
Black with #268CE0
Text Example
Text Example
White with #268CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CE0; }
p { color: rgb(38,140,224); }
H1.HeaderClassName
{
color: #268CE0;
}
.AnyTagClassName
{
color: #268CE0;
}
</style>
background-color css
<style>
a { background-color: #268CE0; }
a { background-color: rgb(38,140,224); }
div.DivClassName
{
background-color: #268CE0;
}
.BgClassName
{
background-color: #268CE0;
}
</style>
border-color css
<style>
span { border-color: #268CE0; }
span { border-color: rgb(38,140,224); }
td.TdClassName
{
border-color: #268CE0;
}
.TagClassName
{
border-color: #268CE0;
}
</style>