Shades of Dodger Blue #267DF0
Tints of Dodger Blue #267DF0
RGB
CMYK
RGB Variations
Color information
#267DF0 (or 0x267DF0) is known color: Dodger Blue. HEX triplet: 26, 7D and F0. RGB value is (38,125,240). Sum of RGB (Red+Green+Blue) = 38+125+240=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #267DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DF0 is #D9820F. Grayscale: #6F6F6F. Windows color (decimal): -14254608 or 15760678. OLE color: 15760678.
HSL color Cylindrical-coordinate representation of color #267DF0: hue angle of 214.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267DF0 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 125 | 240 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.06 |
| HSL | 214.16º | 0.87% | 0.55% | - |
| HSV(B) | 214.16º | 0.84% | 0.94% | - |
| XYZ | 23.86 | 21.37 | 85.31 | - |
| YUV | 112.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 240 | 0.84 | 0.48 | 0 | 0.06 | 214.16 | 0.87 | 0.55 |
| Hex | 26 | 7D | F0 | 54 | 30 | 0 | 6 | D6 | 57 | 37 |
| Octal | 46 | 175 | 360 | 124 | 60 | 0 | 6 | 326 | 127 | 67 |
| Binary | 100110 | 1111101 | 11110000 | 1010100 | 110000 | 0 | 110 | 11010110 | 1010111 | 110111 |
Color Harmonies of #267DF0
Complementary color
Monochromatic Colors of #267DF0
Black with #267DF0
Text Example
Text Example
White with #267DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DF0; }
p { color: rgb(38,125,240); }
H1.HeaderClassName
{
color: #267DF0;
}
.AnyTagClassName
{
color: #267DF0;
}
</style>
background-color css
<style>
a { background-color: #267DF0; }
a { background-color: rgb(38,125,240); }
div.DivClassName
{
background-color: #267DF0;
}
.BgClassName
{
background-color: #267DF0;
}
</style>
border-color css
<style>
span { border-color: #267DF0; }
span { border-color: rgb(38,125,240); }
td.TdClassName
{
border-color: #267DF0;
}
.TagClassName
{
border-color: #267DF0;
}
</style>