Shades of Dodger Blue #269AED
Tints of Dodger Blue #269AED
RGB
CMYK
RGB Variations
Color information
#269AED (or 0x269AED) is known color: Dodger Blue. HEX triplet: 26, 9A and ED. RGB value is (38,154,237). Sum of RGB (Red+Green+Blue) = 38+154+237=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #269AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269AED is #D96512. Grayscale: #808080. Windows color (decimal): -14247187 or 15571494. OLE color: 15571494.
HSL color Cylindrical-coordinate representation of color #269AED: hue angle of 205.03º 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 #269AED is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 154 | 237 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.07 |
| HSL | 205.03º | 0.85% | 0.54% | - |
| HSV(B) | 205.03º | 0.84% | 0.93% | - |
| XYZ | 27.64 | 29.64 | 84.38 | - |
| YUV | 128.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 237 | 0.84 | 0.35 | 0 | 0.07 | 205.03 | 0.85 | 0.54 |
| Hex | 26 | 9A | ED | 54 | 23 | 0 | 7 | CD | 55 | 36 |
| Octal | 46 | 232 | 355 | 124 | 43 | 0 | 7 | 315 | 125 | 66 |
| Binary | 100110 | 10011010 | 11101101 | 1010100 | 100011 | 0 | 111 | 11001101 | 1010101 | 110110 |
Color Harmonies of #269AED
Complementary color
Monochromatic Colors of #269AED
Black with #269AED
Text Example
Text Example
White with #269AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AED; }
p { color: rgb(38,154,237); }
H1.HeaderClassName
{
color: #269AED;
}
.AnyTagClassName
{
color: #269AED;
}
</style>
background-color css
<style>
a { background-color: #269AED; }
a { background-color: rgb(38,154,237); }
div.DivClassName
{
background-color: #269AED;
}
.BgClassName
{
background-color: #269AED;
}
</style>
border-color css
<style>
span { border-color: #269AED; }
span { border-color: rgb(38,154,237); }
td.TdClassName
{
border-color: #269AED;
}
.TagClassName
{
border-color: #269AED;
}
</style>