Shades of Dodger Blue #267FED
Tints of Dodger Blue #267FED
RGB
CMYK
RGB Variations
Color information
#267FED (or 0x267FED) is known color: Dodger Blue. HEX triplet: 26, 7F and ED. RGB value is (38,127,237). Sum of RGB (Red+Green+Blue) = 38+127+237=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #267FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FED is #D98012. Grayscale: #707070. Windows color (decimal): -14254099 or 15564582. OLE color: 15564582.
HSL color Cylindrical-coordinate representation of color #267FED: hue angle of 213.17º degrees, saturation: 0.85, 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 #267FED is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 127 | 237 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.07 |
| HSL | 213.17º | 0.85% | 0.54% | - |
| HSV(B) | 213.17º | 0.84% | 0.93% | - |
| XYZ | 23.67 | 21.71 | 83.06 | - |
| YUV | 112.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 237 | 0.84 | 0.46 | 0 | 0.07 | 213.17 | 0.85 | 0.54 |
| Hex | 26 | 7F | ED | 54 | 2E | 0 | 7 | D5 | 55 | 36 |
| Octal | 46 | 177 | 355 | 124 | 56 | 0 | 7 | 325 | 125 | 66 |
| Binary | 100110 | 1111111 | 11101101 | 1010100 | 101110 | 0 | 111 | 11010101 | 1010101 | 110110 |
Color Harmonies of #267FED
Complementary color
Monochromatic Colors of #267FED
Black with #267FED
Text Example
Text Example
White with #267FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FED; }
p { color: rgb(38,127,237); }
H1.HeaderClassName
{
color: #267FED;
}
.AnyTagClassName
{
color: #267FED;
}
</style>
background-color css
<style>
a { background-color: #267FED; }
a { background-color: rgb(38,127,237); }
div.DivClassName
{
background-color: #267FED;
}
.BgClassName
{
background-color: #267FED;
}
</style>
border-color css
<style>
span { border-color: #267FED; }
span { border-color: rgb(38,127,237); }
td.TdClassName
{
border-color: #267FED;
}
.TagClassName
{
border-color: #267FED;
}
</style>