Shades of Dodger Blue #267DDF
Tints of Dodger Blue #267DDF
RGB
CMYK
RGB Variations
Color information
#267DDF (or 0x267DDF) is known color: Dodger Blue. HEX triplet: 26, 7D and DF. RGB value is (38,125,223). Sum of RGB (Red+Green+Blue) = 38+125+223=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #267DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DDF is #D98220. Grayscale: #6D6D6D. Windows color (decimal): -14254625 or 14646566. OLE color: 14646566.
HSL color Cylindrical-coordinate representation of color #267DDF: hue angle of 211.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267DDF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 125 | 223 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.13 |
| HSL | 211.78º | 0.74% | 0.51% | - |
| HSV(B) | 211.78º | 0.83% | 0.87% | - |
| XYZ | 21.45 | 20.41 | 72.62 | - |
| YUV | 110.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 223 | 0.83 | 0.44 | 0 | 0.13 | 211.78 | 0.74 | 0.51 |
| Hex | 26 | 7D | DF | 53 | 2C | 0 | D | D4 | 4A | 33 |
| Octal | 46 | 175 | 337 | 123 | 54 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100110 | 1111101 | 11011111 | 1010011 | 101100 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #267DDF
Complementary color
Monochromatic Colors of #267DDF
Black with #267DDF
Text Example
Text Example
White with #267DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DDF; }
p { color: rgb(38,125,223); }
H1.HeaderClassName
{
color: #267DDF;
}
.AnyTagClassName
{
color: #267DDF;
}
</style>
background-color css
<style>
a { background-color: #267DDF; }
a { background-color: rgb(38,125,223); }
div.DivClassName
{
background-color: #267DDF;
}
.BgClassName
{
background-color: #267DDF;
}
</style>
border-color css
<style>
span { border-color: #267DDF; }
span { border-color: rgb(38,125,223); }
td.TdClassName
{
border-color: #267DDF;
}
.TagClassName
{
border-color: #267DDF;
}
</style>