Shades of Dodger Blue #266FFF
Tints of Dodger Blue #266FFF
RGB
CMYK
RGB Variations
Color information
#266FFF (or 0x266FFF) is known color: Dodger Blue. HEX triplet: 26, 6F and FF. RGB value is (38,111,255). Sum of RGB (Red+Green+Blue) = 38+111+255=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #266FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FFF is #D99000. Grayscale: #686868. Windows color (decimal): -14258177 or 16740134. OLE color: 16740134.
HSL color Cylindrical-coordinate representation of color #266FFF: hue angle of 219.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266FFF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 111 | 255 | - |
| CMYK | 0.85 | 0.56 | 0 | 0 |
| HSL | 219.82º | 1% | 0.57% | - |
| HSV(B) | 219.82º | 0.85% | 1% | - |
| XYZ | 24.53 | 19 | 96.98 | - |
| YUV | 105.59 | 212.32 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 255 | 0.85 | 0.56 | 0 | 0 | 219.82 | 1 | 0.57 |
| Hex | 26 | 6F | FF | 55 | 38 | 0 | 0 | DC | 64 | 39 |
| Octal | 46 | 157 | 377 | 125 | 70 | 0 | 0 | 334 | 144 | 71 |
| Binary | 100110 | 1101111 | 11111111 | 1010101 | 111000 | 0 | 0 | 11011100 | 1100100 | 111001 |
Color Harmonies of #266FFF
Complementary color
Monochromatic Colors of #266FFF
Black with #266FFF
Text Example
Text Example
White with #266FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FFF; }
p { color: rgb(38,111,255); }
H1.HeaderClassName
{
color: #266FFF;
}
.AnyTagClassName
{
color: #266FFF;
}
</style>
background-color css
<style>
a { background-color: #266FFF; }
a { background-color: rgb(38,111,255); }
div.DivClassName
{
background-color: #266FFF;
}
.BgClassName
{
background-color: #266FFF;
}
</style>
border-color css
<style>
span { border-color: #266FFF; }
span { border-color: rgb(38,111,255); }
td.TdClassName
{
border-color: #266FFF;
}
.TagClassName
{
border-color: #266FFF;
}
</style>