Shades of Dodger Blue #269BEC
Tints of Dodger Blue #269BEC
RGB
CMYK
RGB Variations
Color information
#269BEC (or 0x269BEC) is known color: Dodger Blue. HEX triplet: 26, 9B and EC. RGB value is (38,155,236). Sum of RGB (Red+Green+Blue) = 38+155+236=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #269BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BEC is #D96413. Grayscale: #808080. Windows color (decimal): -14246932 or 15506214. OLE color: 15506214.
HSL color Cylindrical-coordinate representation of color #269BEC: hue angle of 204.55º 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 #269BEC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 155 | 236 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.07 |
| HSL | 204.55º | 0.84% | 0.54% | - |
| HSV(B) | 204.55º | 0.84% | 0.93% | - |
| XYZ | 27.66 | 29.91 | 83.67 | - |
| YUV | 129.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 236 | 0.84 | 0.34 | 0 | 0.07 | 204.55 | 0.84 | 0.54 |
| Hex | 26 | 9B | EC | 54 | 22 | 0 | 7 | CD | 54 | 36 |
| Octal | 46 | 233 | 354 | 124 | 42 | 0 | 7 | 315 | 124 | 66 |
| Binary | 100110 | 10011011 | 11101100 | 1010100 | 100010 | 0 | 111 | 11001101 | 1010100 | 110110 |
Color Harmonies of #269BEC
Complementary color
Monochromatic Colors of #269BEC
Black with #269BEC
Text Example
Text Example
White with #269BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BEC; }
p { color: rgb(38,155,236); }
H1.HeaderClassName
{
color: #269BEC;
}
.AnyTagClassName
{
color: #269BEC;
}
</style>
background-color css
<style>
a { background-color: #269BEC; }
a { background-color: rgb(38,155,236); }
div.DivClassName
{
background-color: #269BEC;
}
.BgClassName
{
background-color: #269BEC;
}
</style>
border-color css
<style>
span { border-color: #269BEC; }
span { border-color: rgb(38,155,236); }
td.TdClassName
{
border-color: #269BEC;
}
.TagClassName
{
border-color: #269BEC;
}
</style>