Shades of Dodger Blue #269EF1
Tints of Dodger Blue #269EF1
RGB
CMYK
RGB Variations
Color information
#269EF1 (or 0x269EF1) is known color: Dodger Blue. HEX triplet: 26, 9E and F1. RGB value is (38,158,241). Sum of RGB (Red+Green+Blue) = 38+158+241=437 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.70% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #269EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269EF1 is #D9610E. Grayscale: #838383. Windows color (decimal): -14246159 or 15834662. OLE color: 15834662.
HSL color Cylindrical-coordinate representation of color #269EF1: hue angle of 204.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269EF1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 158 | 241 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.05 |
| HSL | 204.53º | 0.88% | 0.55% | - |
| HSV(B) | 204.53º | 0.84% | 0.95% | - |
| XYZ | 28.9 | 31.22 | 87.72 | - |
| YUV | 131.58 | 189.74 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 241 | 0.84 | 0.34 | 0 | 0.05 | 204.53 | 0.88 | 0.55 |
| Hex | 26 | 9E | F1 | 54 | 22 | 0 | 5 | CD | 58 | 37 |
| Octal | 46 | 236 | 361 | 124 | 42 | 0 | 5 | 315 | 130 | 67 |
| Binary | 100110 | 10011110 | 11110001 | 1010100 | 100010 | 0 | 101 | 11001101 | 1011000 | 110111 |
Color Harmonies of #269EF1
Complementary color
Monochromatic Colors of #269EF1
Black with #269EF1
Text Example
Text Example
White with #269EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EF1; }
p { color: rgb(38,158,241); }
H1.HeaderClassName
{
color: #269EF1;
}
.AnyTagClassName
{
color: #269EF1;
}
</style>
background-color css
<style>
a { background-color: #269EF1; }
a { background-color: rgb(38,158,241); }
div.DivClassName
{
background-color: #269EF1;
}
.BgClassName
{
background-color: #269EF1;
}
</style>
border-color css
<style>
span { border-color: #269EF1; }
span { border-color: rgb(38,158,241); }
td.TdClassName
{
border-color: #269EF1;
}
.TagClassName
{
border-color: #269EF1;
}
</style>