Shades of Dodger Blue #267EEA
Tints of Dodger Blue #267EEA
RGB
CMYK
RGB Variations
Color information
#267EEA (or 0x267EEA) is known color: Dodger Blue. HEX triplet: 26, 7E and EA. RGB value is (38,126,234). Sum of RGB (Red+Green+Blue) = 38+126+234=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #267EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267EEA is #D98115. Grayscale: #6F6F6F. Windows color (decimal): -14254358 or 15367718. OLE color: 15367718.
HSL color Cylindrical-coordinate representation of color #267EEA: hue angle of 213.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267EEA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 126 | 234 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.08 |
| HSL | 213.06º | 0.82% | 0.53% | - |
| HSV(B) | 213.06º | 0.84% | 0.92% | - |
| XYZ | 23.11 | 21.27 | 80.73 | - |
| YUV | 112 | 196.85 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 234 | 0.84 | 0.46 | 0 | 0.08 | 213.06 | 0.82 | 0.53 |
| Hex | 26 | 7E | EA | 54 | 2E | 0 | 8 | D5 | 52 | 35 |
| Octal | 46 | 176 | 352 | 124 | 56 | 0 | 10 | 325 | 122 | 65 |
| Binary | 100110 | 1111110 | 11101010 | 1010100 | 101110 | 0 | 1000 | 11010101 | 1010010 | 110101 |
Color Harmonies of #267EEA
Complementary color
Monochromatic Colors of #267EEA
Black with #267EEA
Text Example
Text Example
White with #267EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267EEA; }
p { color: rgb(38,126,234); }
H1.HeaderClassName
{
color: #267EEA;
}
.AnyTagClassName
{
color: #267EEA;
}
</style>
background-color css
<style>
a { background-color: #267EEA; }
a { background-color: rgb(38,126,234); }
div.DivClassName
{
background-color: #267EEA;
}
.BgClassName
{
background-color: #267EEA;
}
</style>
border-color css
<style>
span { border-color: #267EEA; }
span { border-color: rgb(38,126,234); }
td.TdClassName
{
border-color: #267EEA;
}
.TagClassName
{
border-color: #267EEA;
}
</style>