Shades of Dodger Blue #269BED
Tints of Dodger Blue #269BED
RGB
CMYK
RGB Variations
Color information
#269BED (or 0x269BED) is known color: Dodger Blue. HEX triplet: 26, 9B and ED. RGB value is (38,155,237). Sum of RGB (Red+Green+Blue) = 38+155+237=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #269BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BED is #D96412. Grayscale: #808080. Windows color (decimal): -14246931 or 15571750. OLE color: 15571750.
HSL color Cylindrical-coordinate representation of color #269BED: hue angle of 204.72º 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 #269BED is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 155 | 237 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.07 |
| HSL | 204.72º | 0.85% | 0.54% | - |
| HSV(B) | 204.72º | 0.84% | 0.93% | - |
| XYZ | 27.81 | 29.97 | 84.44 | - |
| YUV | 129.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 237 | 0.84 | 0.35 | 0 | 0.07 | 204.72 | 0.85 | 0.54 |
| Hex | 26 | 9B | ED | 54 | 23 | 0 | 7 | CD | 55 | 36 |
| Octal | 46 | 233 | 355 | 124 | 43 | 0 | 7 | 315 | 125 | 66 |
| Binary | 100110 | 10011011 | 11101101 | 1010100 | 100011 | 0 | 111 | 11001101 | 1010101 | 110110 |
Color Harmonies of #269BED
Complementary color
Monochromatic Colors of #269BED
Black with #269BED
Text Example
Text Example
White with #269BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BED; }
p { color: rgb(38,155,237); }
H1.HeaderClassName
{
color: #269BED;
}
.AnyTagClassName
{
color: #269BED;
}
</style>
background-color css
<style>
a { background-color: #269BED; }
a { background-color: rgb(38,155,237); }
div.DivClassName
{
background-color: #269BED;
}
.BgClassName
{
background-color: #269BED;
}
</style>
border-color css
<style>
span { border-color: #269BED; }
span { border-color: rgb(38,155,237); }
td.TdClassName
{
border-color: #269BED;
}
.TagClassName
{
border-color: #269BED;
}
</style>