Shades of Dodger Blue #269FF5
Tints of Dodger Blue #269FF5
RGB
CMYK
RGB Variations
Color information
#269FF5 (or 0x269FF5) is known color: Dodger Blue. HEX triplet: 26, 9F and F5. RGB value is (38,159,245). Sum of RGB (Red+Green+Blue) = 38+159+245=442 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.60% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #269FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FF5 is #D9600A. Grayscale: #848484. Windows color (decimal): -14245899 or 16097062. OLE color: 16097062.
HSL color Cylindrical-coordinate representation of color #269FF5: hue angle of 204.93º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269FF5 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 159 | 245 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.04 |
| HSL | 204.93º | 0.91% | 0.55% | - |
| HSV(B) | 204.93º | 0.84% | 0.96% | - |
| XYZ | 29.68 | 31.8 | 90.96 | - |
| YUV | 132.63 | 191.41 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 245 | 0.84 | 0.35 | 0 | 0.04 | 204.93 | 0.91 | 0.55 |
| Hex | 26 | 9F | F5 | 54 | 23 | 0 | 4 | CD | 5B | 37 |
| Octal | 46 | 237 | 365 | 124 | 43 | 0 | 4 | 315 | 133 | 67 |
| Binary | 100110 | 10011111 | 11110101 | 1010100 | 100011 | 0 | 100 | 11001101 | 1011011 | 110111 |
Color Harmonies of #269FF5
Complementary color
Monochromatic Colors of #269FF5
Black with #269FF5
Text Example
Text Example
White with #269FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FF5; }
p { color: rgb(38,159,245); }
H1.HeaderClassName
{
color: #269FF5;
}
.AnyTagClassName
{
color: #269FF5;
}
</style>
background-color css
<style>
a { background-color: #269FF5; }
a { background-color: rgb(38,159,245); }
div.DivClassName
{
background-color: #269FF5;
}
.BgClassName
{
background-color: #269FF5;
}
</style>
border-color css
<style>
span { border-color: #269FF5; }
span { border-color: rgb(38,159,245); }
td.TdClassName
{
border-color: #269FF5;
}
.TagClassName
{
border-color: #269FF5;
}
</style>