Shades of Dodger Blue #266DFD
Tints of Dodger Blue #266DFD
RGB
CMYK
RGB Variations
Color information
#266DFD (or 0x266DFD) is known color: Dodger Blue. HEX triplet: 26, 6D and FD. RGB value is (38,109,253). Sum of RGB (Red+Green+Blue) = 38+109+253=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #266DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DFD is #D99202. Grayscale: #676767. Windows color (decimal): -14258691 or 16608550. OLE color: 16608550.
HSL color Cylindrical-coordinate representation of color #266DFD: hue angle of 220.19º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266DFD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 109 | 253 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 220.19º | 0.98% | 0.57% | - |
| HSV(B) | 220.19º | 0.85% | 0.99% | - |
| XYZ | 24 | 18.44 | 95.22 | - |
| YUV | 104.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 253 | 0.85 | 0.57 | 0 | 0.01 | 220.19 | 0.98 | 0.57 |
| Hex | 26 | 6D | FD | 55 | 39 | 0 | 1 | DC | 62 | 39 |
| Octal | 46 | 155 | 375 | 125 | 71 | 0 | 1 | 334 | 142 | 71 |
| Binary | 100110 | 1101101 | 11111101 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #266DFD
Complementary color
Monochromatic Colors of #266DFD
Black with #266DFD
Text Example
Text Example
White with #266DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DFD; }
p { color: rgb(38,109,253); }
H1.HeaderClassName
{
color: #266DFD;
}
.AnyTagClassName
{
color: #266DFD;
}
</style>
background-color css
<style>
a { background-color: #266DFD; }
a { background-color: rgb(38,109,253); }
div.DivClassName
{
background-color: #266DFD;
}
.BgClassName
{
background-color: #266DFD;
}
</style>
border-color css
<style>
span { border-color: #266DFD; }
span { border-color: rgb(38,109,253); }
td.TdClassName
{
border-color: #266DFD;
}
.TagClassName
{
border-color: #266DFD;
}
</style>