Shades of Dodger Blue #269AF5
Tints of Dodger Blue #269AF5
RGB
CMYK
RGB Variations
Color information
#269AF5 (or 0x269AF5) is known color: Dodger Blue. HEX triplet: 26, 9A and F5. RGB value is (38,154,245). Sum of RGB (Red+Green+Blue) = 38+154+245=437 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.70% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #269AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269AF5 is #D9650A. Grayscale: #818181. Windows color (decimal): -14247179 or 16095782. OLE color: 16095782.
HSL color Cylindrical-coordinate representation of color #269AF5: hue angle of 206.38º 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 #269AF5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 154 | 245 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.38º | 0.91% | 0.55% | - |
| HSV(B) | 206.38º | 0.84% | 0.96% | - |
| XYZ | 28.84 | 30.12 | 90.68 | - |
| YUV | 129.69 | 193.07 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 245 | 0.84 | 0.37 | 0 | 0.04 | 206.38 | 0.91 | 0.55 |
| Hex | 26 | 9A | F5 | 54 | 25 | 0 | 4 | CE | 5B | 37 |
| Octal | 46 | 232 | 365 | 124 | 45 | 0 | 4 | 316 | 133 | 67 |
| Binary | 100110 | 10011010 | 11110101 | 1010100 | 100101 | 0 | 100 | 11001110 | 1011011 | 110111 |
Color Harmonies of #269AF5
Complementary color
Monochromatic Colors of #269AF5
Black with #269AF5
Text Example
Text Example
White with #269AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AF5; }
p { color: rgb(38,154,245); }
H1.HeaderClassName
{
color: #269AF5;
}
.AnyTagClassName
{
color: #269AF5;
}
</style>
background-color css
<style>
a { background-color: #269AF5; }
a { background-color: rgb(38,154,245); }
div.DivClassName
{
background-color: #269AF5;
}
.BgClassName
{
background-color: #269AF5;
}
</style>
border-color css
<style>
span { border-color: #269AF5; }
span { border-color: rgb(38,154,245); }
td.TdClassName
{
border-color: #269AF5;
}
.TagClassName
{
border-color: #269AF5;
}
</style>