Shades of Dodger Blue #267FEF
Tints of Dodger Blue #267FEF
RGB
CMYK
RGB Variations
Color information
#267FEF (or 0x267FEF) is known color: Dodger Blue. HEX triplet: 26, 7F and EF. RGB value is (38,127,239). Sum of RGB (Red+Green+Blue) = 38+127+239=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #267FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FEF is #D98010. Grayscale: #707070. Windows color (decimal): -14254097 or 15695654. OLE color: 15695654.
HSL color Cylindrical-coordinate representation of color #267FEF: hue angle of 213.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267FEF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 127 | 239 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.06 |
| HSL | 213.43º | 0.86% | 0.54% | - |
| HSV(B) | 213.43º | 0.84% | 0.94% | - |
| XYZ | 23.97 | 21.82 | 84.61 | - |
| YUV | 113.16 | 199.01 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 239 | 0.84 | 0.47 | 0 | 0.06 | 213.43 | 0.86 | 0.54 |
| Hex | 26 | 7F | EF | 54 | 2F | 0 | 6 | D5 | 56 | 36 |
| Octal | 46 | 177 | 357 | 124 | 57 | 0 | 6 | 325 | 126 | 66 |
| Binary | 100110 | 1111111 | 11101111 | 1010100 | 101111 | 0 | 110 | 11010101 | 1010110 | 110110 |
Color Harmonies of #267FEF
Complementary color
Monochromatic Colors of #267FEF
Black with #267FEF
Text Example
Text Example
White with #267FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FEF; }
p { color: rgb(38,127,239); }
H1.HeaderClassName
{
color: #267FEF;
}
.AnyTagClassName
{
color: #267FEF;
}
</style>
background-color css
<style>
a { background-color: #267FEF; }
a { background-color: rgb(38,127,239); }
div.DivClassName
{
background-color: #267FEF;
}
.BgClassName
{
background-color: #267FEF;
}
</style>
border-color css
<style>
span { border-color: #267FEF; }
span { border-color: rgb(38,127,239); }
td.TdClassName
{
border-color: #267FEF;
}
.TagClassName
{
border-color: #267FEF;
}
</style>