Shades of Dodger Blue #269BF5
Tints of Dodger Blue #269BF5
RGB
CMYK
RGB Variations
Color information
#269BF5 (or 0x269BF5) is known color: Dodger Blue. HEX triplet: 26, 9B and F5. RGB value is (38,155,245). Sum of RGB (Red+Green+Blue) = 38+155+245=438 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.68% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #269BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BF5 is #D9640A. Grayscale: #818181. Windows color (decimal): -14246923 or 16096038. OLE color: 16096038.
HSL color Cylindrical-coordinate representation of color #269BF5: hue angle of 206.09º 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 #269BF5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 155 | 245 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.09º | 0.91% | 0.55% | - |
| HSV(B) | 206.09º | 0.84% | 0.96% | - |
| XYZ | 29 | 30.45 | 90.73 | - |
| YUV | 130.28 | 192.74 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 245 | 0.84 | 0.37 | 0 | 0.04 | 206.09 | 0.91 | 0.55 |
| Hex | 26 | 9B | F5 | 54 | 25 | 0 | 4 | CE | 5B | 37 |
| Octal | 46 | 233 | 365 | 124 | 45 | 0 | 4 | 316 | 133 | 67 |
| Binary | 100110 | 10011011 | 11110101 | 1010100 | 100101 | 0 | 100 | 11001110 | 1011011 | 110111 |
Color Harmonies of #269BF5
Complementary color
Monochromatic Colors of #269BF5
Black with #269BF5
Text Example
Text Example
White with #269BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BF5; }
p { color: rgb(38,155,245); }
H1.HeaderClassName
{
color: #269BF5;
}
.AnyTagClassName
{
color: #269BF5;
}
</style>
background-color css
<style>
a { background-color: #269BF5; }
a { background-color: rgb(38,155,245); }
div.DivClassName
{
background-color: #269BF5;
}
.BgClassName
{
background-color: #269BF5;
}
</style>
border-color css
<style>
span { border-color: #269BF5; }
span { border-color: rgb(38,155,245); }
td.TdClassName
{
border-color: #269BF5;
}
.TagClassName
{
border-color: #269BF5;
}
</style>