Shades of Dodger Blue #269CED
Tints of Dodger Blue #269CED
RGB
CMYK
RGB Variations
Color information
#269CED (or 0x269CED) is known color: Dodger Blue. HEX triplet: 26, 9C and ED. RGB value is (38,156,237). Sum of RGB (Red+Green+Blue) = 38+156+237=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #269CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269CED is #D96312. Grayscale: #818181. Windows color (decimal): -14246675 or 15572006. OLE color: 15572006.
HSL color Cylindrical-coordinate representation of color #269CED: hue angle of 204.42º 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 #269CED is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 156 | 237 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.07 |
| HSL | 204.42º | 0.85% | 0.54% | - |
| HSV(B) | 204.42º | 0.84% | 0.93% | - |
| XYZ | 27.97 | 30.3 | 84.5 | - |
| YUV | 129.95 | 188.41 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 237 | 0.84 | 0.34 | 0 | 0.07 | 204.42 | 0.85 | 0.54 |
| Hex | 26 | 9C | ED | 54 | 22 | 0 | 7 | CC | 55 | 36 |
| Octal | 46 | 234 | 355 | 124 | 42 | 0 | 7 | 314 | 125 | 66 |
| Binary | 100110 | 10011100 | 11101101 | 1010100 | 100010 | 0 | 111 | 11001100 | 1010101 | 110110 |
Color Harmonies of #269CED
Complementary color
Monochromatic Colors of #269CED
Black with #269CED
Text Example
Text Example
White with #269CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CED; }
p { color: rgb(38,156,237); }
H1.HeaderClassName
{
color: #269CED;
}
.AnyTagClassName
{
color: #269CED;
}
</style>
background-color css
<style>
a { background-color: #269CED; }
a { background-color: rgb(38,156,237); }
div.DivClassName
{
background-color: #269CED;
}
.BgClassName
{
background-color: #269CED;
}
</style>
border-color css
<style>
span { border-color: #269CED; }
span { border-color: rgb(38,156,237); }
td.TdClassName
{
border-color: #269CED;
}
.TagClassName
{
border-color: #269CED;
}
</style>