Shades of Dodger Blue #267FEC
Tints of Dodger Blue #267FEC
RGB
CMYK
RGB Variations
Color information
#267FEC (or 0x267FEC) is known color: Dodger Blue. HEX triplet: 26, 7F and EC. RGB value is (38,127,236). Sum of RGB (Red+Green+Blue) = 38+127+236=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #267FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FEC is #D98013. Grayscale: #707070. Windows color (decimal): -14254100 or 15499046. OLE color: 15499046.
HSL color Cylindrical-coordinate representation of color #267FEC: hue angle of 213.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267FEC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 127 | 236 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.07 |
| HSL | 213.03º | 0.84% | 0.54% | - |
| HSV(B) | 213.03º | 0.84% | 0.93% | - |
| XYZ | 23.53 | 21.65 | 82.3 | - |
| YUV | 112.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 236 | 0.84 | 0.46 | 0 | 0.07 | 213.03 | 0.84 | 0.54 |
| Hex | 26 | 7F | EC | 54 | 2E | 0 | 7 | D5 | 54 | 36 |
| Octal | 46 | 177 | 354 | 124 | 56 | 0 | 7 | 325 | 124 | 66 |
| Binary | 100110 | 1111111 | 11101100 | 1010100 | 101110 | 0 | 111 | 11010101 | 1010100 | 110110 |
Color Harmonies of #267FEC
Complementary color
Monochromatic Colors of #267FEC
Black with #267FEC
Text Example
Text Example
White with #267FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FEC; }
p { color: rgb(38,127,236); }
H1.HeaderClassName
{
color: #267FEC;
}
.AnyTagClassName
{
color: #267FEC;
}
</style>
background-color css
<style>
a { background-color: #267FEC; }
a { background-color: rgb(38,127,236); }
div.DivClassName
{
background-color: #267FEC;
}
.BgClassName
{
background-color: #267FEC;
}
</style>
border-color css
<style>
span { border-color: #267FEC; }
span { border-color: rgb(38,127,236); }
td.TdClassName
{
border-color: #267FEC;
}
.TagClassName
{
border-color: #267FEC;
}
</style>