Shades of Dodger Blue #267BEC
Tints of Dodger Blue #267BEC
RGB
CMYK
RGB Variations
Color information
#267BEC (or 0x267BEC) is known color: Dodger Blue. HEX triplet: 26, 7B and EC. RGB value is (38,123,236). Sum of RGB (Red+Green+Blue) = 38+123+236=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #267BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BEC is #D98413. Grayscale: #6D6D6D. Windows color (decimal): -14255124 or 15498022. OLE color: 15498022.
HSL color Cylindrical-coordinate representation of color #267BEC: hue angle of 214.24º 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 #267BEC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 123 | 236 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.07 |
| HSL | 214.24º | 0.84% | 0.54% | - |
| HSV(B) | 214.24º | 0.84% | 0.93% | - |
| XYZ | 23.02 | 20.63 | 82.13 | - |
| YUV | 110.47 | 198.84 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 236 | 0.84 | 0.48 | 0 | 0.07 | 214.24 | 0.84 | 0.54 |
| Hex | 26 | 7B | EC | 54 | 30 | 0 | 7 | D6 | 54 | 36 |
| Octal | 46 | 173 | 354 | 124 | 60 | 0 | 7 | 326 | 124 | 66 |
| Binary | 100110 | 1111011 | 11101100 | 1010100 | 110000 | 0 | 111 | 11010110 | 1010100 | 110110 |
Color Harmonies of #267BEC
Complementary color
Monochromatic Colors of #267BEC
Black with #267BEC
Text Example
Text Example
White with #267BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BEC; }
p { color: rgb(38,123,236); }
H1.HeaderClassName
{
color: #267BEC;
}
.AnyTagClassName
{
color: #267BEC;
}
</style>
background-color css
<style>
a { background-color: #267BEC; }
a { background-color: rgb(38,123,236); }
div.DivClassName
{
background-color: #267BEC;
}
.BgClassName
{
background-color: #267BEC;
}
</style>
border-color css
<style>
span { border-color: #267BEC; }
span { border-color: rgb(38,123,236); }
td.TdClassName
{
border-color: #267BEC;
}
.TagClassName
{
border-color: #267BEC;
}
</style>