Shades of Dodger Blue #267DF6
Tints of Dodger Blue #267DF6
RGB
CMYK
RGB Variations
Color information
#267DF6 (or 0x267DF6) is known color: Dodger Blue. HEX triplet: 26, 7D and F6. RGB value is (38,125,246). Sum of RGB (Red+Green+Blue) = 38+125+246=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #267DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DF6 is #D98209. Grayscale: #707070. Windows color (decimal): -14254602 or 16153894. OLE color: 16153894.
HSL color Cylindrical-coordinate representation of color #267DF6: hue angle of 214.9º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267DF6 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 125 | 246 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.04 |
| HSL | 214.9º | 0.92% | 0.56% | - |
| HSV(B) | 214.9º | 0.85% | 0.96% | - |
| XYZ | 24.77 | 21.73 | 90.08 | - |
| YUV | 112.78 | 203.18 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 246 | 0.85 | 0.49 | 0 | 0.04 | 214.9 | 0.92 | 0.56 |
| Hex | 26 | 7D | F6 | 55 | 31 | 0 | 4 | D7 | 5C | 38 |
| Octal | 46 | 175 | 366 | 125 | 61 | 0 | 4 | 327 | 134 | 70 |
| Binary | 100110 | 1111101 | 11110110 | 1010101 | 110001 | 0 | 100 | 11010111 | 1011100 | 111000 |
Color Harmonies of #267DF6
Complementary color
Monochromatic Colors of #267DF6
Black with #267DF6
Text Example
Text Example
White with #267DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DF6; }
p { color: rgb(38,125,246); }
H1.HeaderClassName
{
color: #267DF6;
}
.AnyTagClassName
{
color: #267DF6;
}
</style>
background-color css
<style>
a { background-color: #267DF6; }
a { background-color: rgb(38,125,246); }
div.DivClassName
{
background-color: #267DF6;
}
.BgClassName
{
background-color: #267DF6;
}
</style>
border-color css
<style>
span { border-color: #267DF6; }
span { border-color: rgb(38,125,246); }
td.TdClassName
{
border-color: #267DF6;
}
.TagClassName
{
border-color: #267DF6;
}
</style>