Shades of Dodger Blue #267DF1
Tints of Dodger Blue #267DF1
RGB
CMYK
RGB Variations
Color information
#267DF1 (or 0x267DF1) is known color: Dodger Blue. HEX triplet: 26, 7D and F1. RGB value is (38,125,241). Sum of RGB (Red+Green+Blue) = 38+125+241=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #267DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DF1 is #D9820E. Grayscale: #6F6F6F. Windows color (decimal): -14254607 or 15826214. OLE color: 15826214.
HSL color Cylindrical-coordinate representation of color #267DF1: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267DF1 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 125 | 241 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.05 |
| HSL | 214.29º | 0.88% | 0.55% | - |
| HSV(B) | 214.29º | 0.84% | 0.95% | - |
| XYZ | 24.01 | 21.43 | 86.09 | - |
| YUV | 112.21 | 200.68 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 241 | 0.84 | 0.48 | 0 | 0.05 | 214.29 | 0.88 | 0.55 |
| Hex | 26 | 7D | F1 | 54 | 30 | 0 | 5 | D6 | 58 | 37 |
| Octal | 46 | 175 | 361 | 124 | 60 | 0 | 5 | 326 | 130 | 67 |
| Binary | 100110 | 1111101 | 11110001 | 1010100 | 110000 | 0 | 101 | 11010110 | 1011000 | 110111 |
Color Harmonies of #267DF1
Complementary color
Monochromatic Colors of #267DF1
Black with #267DF1
Text Example
Text Example
White with #267DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DF1; }
p { color: rgb(38,125,241); }
H1.HeaderClassName
{
color: #267DF1;
}
.AnyTagClassName
{
color: #267DF1;
}
</style>
background-color css
<style>
a { background-color: #267DF1; }
a { background-color: rgb(38,125,241); }
div.DivClassName
{
background-color: #267DF1;
}
.BgClassName
{
background-color: #267DF1;
}
</style>
border-color css
<style>
span { border-color: #267DF1; }
span { border-color: rgb(38,125,241); }
td.TdClassName
{
border-color: #267DF1;
}
.TagClassName
{
border-color: #267DF1;
}
</style>