Shades of Dodger Blue #267CEA
Tints of Dodger Blue #267CEA
RGB
CMYK
RGB Variations
Color information
#267CEA (or 0x267CEA) is known color: Dodger Blue. HEX triplet: 26, 7C and EA. RGB value is (38,124,234). Sum of RGB (Red+Green+Blue) = 38+124+234=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #267CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CEA is #D98315. Grayscale: #6E6E6E. Windows color (decimal): -14254870 or 15367206. OLE color: 15367206.
HSL color Cylindrical-coordinate representation of color #267CEA: hue angle of 213.67º 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 #267CEA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 124 | 234 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.08 |
| HSL | 213.67º | 0.82% | 0.53% | - |
| HSV(B) | 213.67º | 0.84% | 0.92% | - |
| XYZ | 22.86 | 20.77 | 80.65 | - |
| YUV | 110.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 234 | 0.84 | 0.47 | 0 | 0.08 | 213.67 | 0.82 | 0.53 |
| Hex | 26 | 7C | EA | 54 | 2F | 0 | 8 | D6 | 52 | 35 |
| Octal | 46 | 174 | 352 | 124 | 57 | 0 | 10 | 326 | 122 | 65 |
| Binary | 100110 | 1111100 | 11101010 | 1010100 | 101111 | 0 | 1000 | 11010110 | 1010010 | 110101 |
Color Harmonies of #267CEA
Complementary color
Monochromatic Colors of #267CEA
Black with #267CEA
Text Example
Text Example
White with #267CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CEA; }
p { color: rgb(38,124,234); }
H1.HeaderClassName
{
color: #267CEA;
}
.AnyTagClassName
{
color: #267CEA;
}
</style>
background-color css
<style>
a { background-color: #267CEA; }
a { background-color: rgb(38,124,234); }
div.DivClassName
{
background-color: #267CEA;
}
.BgClassName
{
background-color: #267CEA;
}
</style>
border-color css
<style>
span { border-color: #267CEA; }
span { border-color: rgb(38,124,234); }
td.TdClassName
{
border-color: #267CEA;
}
.TagClassName
{
border-color: #267CEA;
}
</style>