Shades of Dodger Blue #267BEB
Tints of Dodger Blue #267BEB
RGB
CMYK
RGB Variations
Color information
#267BEB (or 0x267BEB) is known color: Dodger Blue. HEX triplet: 26, 7B and EB. RGB value is (38,123,235). Sum of RGB (Red+Green+Blue) = 38+123+235=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #267BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BEB is #D98414. Grayscale: #6D6D6D. Windows color (decimal): -14255125 or 15432486. OLE color: 15432486.
HSL color Cylindrical-coordinate representation of color #267BEB: hue angle of 214.11º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267BEB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 123 | 235 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.08 |
| HSL | 214.11º | 0.83% | 0.54% | - |
| HSV(B) | 214.11º | 0.84% | 0.92% | - |
| XYZ | 22.88 | 20.58 | 81.36 | - |
| YUV | 110.35 | 198.34 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 235 | 0.84 | 0.48 | 0 | 0.08 | 214.11 | 0.83 | 0.54 |
| Hex | 26 | 7B | EB | 54 | 30 | 0 | 8 | D6 | 53 | 36 |
| Octal | 46 | 173 | 353 | 124 | 60 | 0 | 10 | 326 | 123 | 66 |
| Binary | 100110 | 1111011 | 11101011 | 1010100 | 110000 | 0 | 1000 | 11010110 | 1010011 | 110110 |
Color Harmonies of #267BEB
Complementary color
Monochromatic Colors of #267BEB
Black with #267BEB
Text Example
Text Example
White with #267BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BEB; }
p { color: rgb(38,123,235); }
H1.HeaderClassName
{
color: #267BEB;
}
.AnyTagClassName
{
color: #267BEB;
}
</style>
background-color css
<style>
a { background-color: #267BEB; }
a { background-color: rgb(38,123,235); }
div.DivClassName
{
background-color: #267BEB;
}
.BgClassName
{
background-color: #267BEB;
}
</style>
border-color css
<style>
span { border-color: #267BEB; }
span { border-color: rgb(38,123,235); }
td.TdClassName
{
border-color: #267BEB;
}
.TagClassName
{
border-color: #267BEB;
}
</style>