Shades of Dodger Blue #269DFF
Tints of Dodger Blue #269DFF
RGB
CMYK
RGB Variations
Color information
#269DFF (or 0x269DFF) is known color: Dodger Blue. HEX triplet: 26, 9D and FF. RGB value is (38,157,255). Sum of RGB (Red+Green+Blue) = 38+157+255=450 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #269DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269DFF is #D96200. Grayscale: #848484. Windows color (decimal): -14246401 or 16751910. OLE color: 16751910.
HSL color Cylindrical-coordinate representation of color #269DFF: hue angle of 207.1º 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 #269DFF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 157 | 255 | - |
| CMYK | 0.85 | 0.38 | 0 | 0 |
| HSL | 207.1º | 1% | 0.57% | - |
| HSV(B) | 207.1º | 0.85% | 1% | - |
| XYZ | 30.91 | 31.75 | 99.11 | - |
| YUV | 132.59 | 197.08 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 255 | 0.85 | 0.38 | 0 | 0 | 207.1 | 1 | 0.57 |
| Hex | 26 | 9D | FF | 55 | 26 | 0 | 0 | CF | 64 | 39 |
| Octal | 46 | 235 | 377 | 125 | 46 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100110 | 10011101 | 11111111 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #269DFF
Complementary color
Monochromatic Colors of #269DFF
Black with #269DFF
Text Example
Text Example
White with #269DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DFF; }
p { color: rgb(38,157,255); }
H1.HeaderClassName
{
color: #269DFF;
}
.AnyTagClassName
{
color: #269DFF;
}
</style>
background-color css
<style>
a { background-color: #269DFF; }
a { background-color: rgb(38,157,255); }
div.DivClassName
{
background-color: #269DFF;
}
.BgClassName
{
background-color: #269DFF;
}
</style>
border-color css
<style>
span { border-color: #269DFF; }
span { border-color: rgb(38,157,255); }
td.TdClassName
{
border-color: #269DFF;
}
.TagClassName
{
border-color: #269DFF;
}
</style>