Shades of Dodger Blue #269FED
Tints of Dodger Blue #269FED
RGB
CMYK
RGB Variations
Color information
#269FED (or 0x269FED) is known color: Dodger Blue. HEX triplet: 26, 9F and ED. RGB value is (38,159,237). Sum of RGB (Red+Green+Blue) = 38+159+237=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #269FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FED is #D96012. Grayscale: #838383. Windows color (decimal): -14245907 or 15572774. OLE color: 15572774.
HSL color Cylindrical-coordinate representation of color #269FED: hue angle of 203.52º degrees, saturation: 0.85, 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 #269FED is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 159 | 237 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.07 |
| HSL | 203.52º | 0.85% | 0.54% | - |
| HSV(B) | 203.52º | 0.84% | 0.93% | - |
| XYZ | 28.48 | 31.32 | 84.67 | - |
| YUV | 131.71 | 187.41 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 237 | 0.84 | 0.33 | 0 | 0.07 | 203.52 | 0.85 | 0.54 |
| Hex | 26 | 9F | ED | 54 | 21 | 0 | 7 | CC | 55 | 36 |
| Octal | 46 | 237 | 355 | 124 | 41 | 0 | 7 | 314 | 125 | 66 |
| Binary | 100110 | 10011111 | 11101101 | 1010100 | 100001 | 0 | 111 | 11001100 | 1010101 | 110110 |
Color Harmonies of #269FED
Complementary color
Monochromatic Colors of #269FED
Black with #269FED
Text Example
Text Example
White with #269FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FED; }
p { color: rgb(38,159,237); }
H1.HeaderClassName
{
color: #269FED;
}
.AnyTagClassName
{
color: #269FED;
}
</style>
background-color css
<style>
a { background-color: #269FED; }
a { background-color: rgb(38,159,237); }
div.DivClassName
{
background-color: #269FED;
}
.BgClassName
{
background-color: #269FED;
}
</style>
border-color css
<style>
span { border-color: #269FED; }
span { border-color: rgb(38,159,237); }
td.TdClassName
{
border-color: #269FED;
}
.TagClassName
{
border-color: #269FED;
}
</style>