Shades of Dodger Blue #269CEB
Tints of Dodger Blue #269CEB
RGB
CMYK
RGB Variations
Color information
#269CEB (or 0x269CEB) is known color: Dodger Blue. HEX triplet: 26, 9C and EB. RGB value is (38,156,235). Sum of RGB (Red+Green+Blue) = 38+156+235=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #269CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269CEB is #D96314. Grayscale: #818181. Windows color (decimal): -14246677 or 15440934. OLE color: 15440934.
HSL color Cylindrical-coordinate representation of color #269CEB: hue angle of 204.06º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269CEB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 156 | 235 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.08 |
| HSL | 204.06º | 0.83% | 0.54% | - |
| HSV(B) | 204.06º | 0.84% | 0.92% | - |
| XYZ | 27.68 | 30.19 | 82.96 | - |
| YUV | 129.72 | 187.41 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 235 | 0.84 | 0.34 | 0 | 0.08 | 204.06 | 0.83 | 0.54 |
| Hex | 26 | 9C | EB | 54 | 22 | 0 | 8 | CC | 53 | 36 |
| Octal | 46 | 234 | 353 | 124 | 42 | 0 | 10 | 314 | 123 | 66 |
| Binary | 100110 | 10011100 | 11101011 | 1010100 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110110 |
Color Harmonies of #269CEB
Complementary color
Monochromatic Colors of #269CEB
Black with #269CEB
Text Example
Text Example
White with #269CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CEB; }
p { color: rgb(38,156,235); }
H1.HeaderClassName
{
color: #269CEB;
}
.AnyTagClassName
{
color: #269CEB;
}
</style>
background-color css
<style>
a { background-color: #269CEB; }
a { background-color: rgb(38,156,235); }
div.DivClassName
{
background-color: #269CEB;
}
.BgClassName
{
background-color: #269CEB;
}
</style>
border-color css
<style>
span { border-color: #269CEB; }
span { border-color: rgb(38,156,235); }
td.TdClassName
{
border-color: #269CEB;
}
.TagClassName
{
border-color: #269CEB;
}
</style>