Shades of Dodger Blue #269FEB
Tints of Dodger Blue #269FEB
RGB
CMYK
RGB Variations
Color information
#269FEB (or 0x269FEB) is known color: Dodger Blue. HEX triplet: 26, 9F and EB. RGB value is (38,159,235). Sum of RGB (Red+Green+Blue) = 38+159+235=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #269FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FEB is #D96014. Grayscale: #838383. Windows color (decimal): -14245909 or 15441702. OLE color: 15441702.
HSL color Cylindrical-coordinate representation of color #269FEB: hue angle of 203.15º 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 #269FEB is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 159 | 235 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.08 |
| HSL | 203.15º | 0.83% | 0.54% | - |
| HSV(B) | 203.15º | 0.84% | 0.92% | - |
| XYZ | 28.19 | 31.21 | 83.13 | - |
| YUV | 131.49 | 186.41 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 235 | 0.84 | 0.32 | 0 | 0.08 | 203.15 | 0.83 | 0.54 |
| Hex | 26 | 9F | EB | 54 | 20 | 0 | 8 | CB | 53 | 36 |
| Octal | 46 | 237 | 353 | 124 | 40 | 0 | 10 | 313 | 123 | 66 |
| Binary | 100110 | 10011111 | 11101011 | 1010100 | 100000 | 0 | 1000 | 11001011 | 1010011 | 110110 |
Color Harmonies of #269FEB
Complementary color
Monochromatic Colors of #269FEB
Black with #269FEB
Text Example
Text Example
White with #269FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FEB; }
p { color: rgb(38,159,235); }
H1.HeaderClassName
{
color: #269FEB;
}
.AnyTagClassName
{
color: #269FEB;
}
</style>
background-color css
<style>
a { background-color: #269FEB; }
a { background-color: rgb(38,159,235); }
div.DivClassName
{
background-color: #269FEB;
}
.BgClassName
{
background-color: #269FEB;
}
</style>
border-color css
<style>
span { border-color: #269FEB; }
span { border-color: rgb(38,159,235); }
td.TdClassName
{
border-color: #269FEB;
}
.TagClassName
{
border-color: #269FEB;
}
</style>