Shades of Dodger Blue #267CE8
Tints of Dodger Blue #267CE8
RGB
CMYK
RGB Variations
Color information
#267CE8 (or 0x267CE8) is known color: Dodger Blue. HEX triplet: 26, 7C and E8. RGB value is (38,124,232). Sum of RGB (Red+Green+Blue) = 38+124+232=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #267CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CE8 is #D98317. Grayscale: #6E6E6E. Windows color (decimal): -14254872 or 15236134. OLE color: 15236134.
HSL color Cylindrical-coordinate representation of color #267CE8: hue angle of 213.4º degrees, saturation: 0.81, 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 #267CE8 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 124 | 232 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.09 |
| HSL | 213.4º | 0.81% | 0.53% | - |
| HSV(B) | 213.4º | 0.84% | 0.91% | - |
| XYZ | 22.57 | 20.65 | 79.14 | - |
| YUV | 110.6 | 196.51 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 232 | 0.84 | 0.47 | 0 | 0.09 | 213.4 | 0.81 | 0.53 |
| Hex | 26 | 7C | E8 | 54 | 2F | 0 | 9 | D5 | 51 | 35 |
| Octal | 46 | 174 | 350 | 124 | 57 | 0 | 11 | 325 | 121 | 65 |
| Binary | 100110 | 1111100 | 11101000 | 1010100 | 101111 | 0 | 1001 | 11010101 | 1010001 | 110101 |
Color Harmonies of #267CE8
Complementary color
Monochromatic Colors of #267CE8
Black with #267CE8
Text Example
Text Example
White with #267CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CE8; }
p { color: rgb(38,124,232); }
H1.HeaderClassName
{
color: #267CE8;
}
.AnyTagClassName
{
color: #267CE8;
}
</style>
background-color css
<style>
a { background-color: #267CE8; }
a { background-color: rgb(38,124,232); }
div.DivClassName
{
background-color: #267CE8;
}
.BgClassName
{
background-color: #267CE8;
}
</style>
border-color css
<style>
span { border-color: #267CE8; }
span { border-color: rgb(38,124,232); }
td.TdClassName
{
border-color: #267CE8;
}
.TagClassName
{
border-color: #267CE8;
}
</style>