Shades of Dodger Blue #269FEC
Tints of Dodger Blue #269FEC
RGB
CMYK
RGB Variations
Color information
#269FEC (or 0x269FEC) is known color: Dodger Blue. HEX triplet: 26, 9F and EC. RGB value is (38,159,236). Sum of RGB (Red+Green+Blue) = 38+159+236=433 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.78% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #269FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FEC is #D96013. Grayscale: #838383. Windows color (decimal): -14245908 or 15507238. OLE color: 15507238.
HSL color Cylindrical-coordinate representation of color #269FEC: hue angle of 203.33º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269FEC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 159 | 236 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.07 |
| HSL | 203.33º | 0.84% | 0.54% | - |
| HSV(B) | 203.33º | 0.84% | 0.93% | - |
| XYZ | 28.34 | 31.26 | 83.9 | - |
| YUV | 131.6 | 186.91 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 236 | 0.84 | 0.33 | 0 | 0.07 | 203.33 | 0.84 | 0.54 |
| Hex | 26 | 9F | EC | 54 | 21 | 0 | 7 | CB | 54 | 36 |
| Octal | 46 | 237 | 354 | 124 | 41 | 0 | 7 | 313 | 124 | 66 |
| Binary | 100110 | 10011111 | 11101100 | 1010100 | 100001 | 0 | 111 | 11001011 | 1010100 | 110110 |
Color Harmonies of #269FEC
Complementary color
Monochromatic Colors of #269FEC
Black with #269FEC
Text Example
Text Example
White with #269FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FEC; }
p { color: rgb(38,159,236); }
H1.HeaderClassName
{
color: #269FEC;
}
.AnyTagClassName
{
color: #269FEC;
}
</style>
background-color css
<style>
a { background-color: #269FEC; }
a { background-color: rgb(38,159,236); }
div.DivClassName
{
background-color: #269FEC;
}
.BgClassName
{
background-color: #269FEC;
}
</style>
border-color css
<style>
span { border-color: #269FEC; }
span { border-color: rgb(38,159,236); }
td.TdClassName
{
border-color: #269FEC;
}
.TagClassName
{
border-color: #269FEC;
}
</style>