Shades of Dodger Blue #269EF2
Tints of Dodger Blue #269EF2
RGB
CMYK
RGB Variations
Color information
#269EF2 (or 0x269EF2) is known color: Dodger Blue. HEX triplet: 26, 9E and F2. RGB value is (38,158,242). Sum of RGB (Red+Green+Blue) = 38+158+242=438 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.68% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #269EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269EF2 is #D9610D. Grayscale: #838383. Windows color (decimal): -14246158 or 15900198. OLE color: 15900198.
HSL color Cylindrical-coordinate representation of color #269EF2: hue angle of 204.71º degrees, saturation: 0.89, 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 #269EF2 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 158 | 242 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.05 |
| HSL | 204.71º | 0.89% | 0.55% | - |
| HSV(B) | 204.71º | 0.84% | 0.95% | - |
| XYZ | 29.05 | 31.28 | 88.51 | - |
| YUV | 131.7 | 190.24 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 242 | 0.84 | 0.35 | 0 | 0.05 | 204.71 | 0.89 | 0.55 |
| Hex | 26 | 9E | F2 | 54 | 23 | 0 | 5 | CD | 59 | 37 |
| Octal | 46 | 236 | 362 | 124 | 43 | 0 | 5 | 315 | 131 | 67 |
| Binary | 100110 | 10011110 | 11110010 | 1010100 | 100011 | 0 | 101 | 11001101 | 1011001 | 110111 |
Color Harmonies of #269EF2
Complementary color
Monochromatic Colors of #269EF2
Black with #269EF2
Text Example
Text Example
White with #269EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EF2; }
p { color: rgb(38,158,242); }
H1.HeaderClassName
{
color: #269EF2;
}
.AnyTagClassName
{
color: #269EF2;
}
</style>
background-color css
<style>
a { background-color: #269EF2; }
a { background-color: rgb(38,158,242); }
div.DivClassName
{
background-color: #269EF2;
}
.BgClassName
{
background-color: #269EF2;
}
</style>
border-color css
<style>
span { border-color: #269EF2; }
span { border-color: rgb(38,158,242); }
td.TdClassName
{
border-color: #269EF2;
}
.TagClassName
{
border-color: #269EF2;
}
</style>