Shades of Dodger Blue #269AF0
Tints of Dodger Blue #269AF0
RGB
CMYK
RGB Variations
Color information
#269AF0 (or 0x269AF0) is known color: Dodger Blue. HEX triplet: 26, 9A and F0. RGB value is (38,154,240). Sum of RGB (Red+Green+Blue) = 38+154+240=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #269AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269AF0 is #D9650F. Grayscale: #808080. Windows color (decimal): -14247184 or 15768102. OLE color: 15768102.
HSL color Cylindrical-coordinate representation of color #269AF0: hue angle of 205.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269AF0 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 154 | 240 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.06 |
| HSL | 205.54º | 0.87% | 0.55% | - |
| HSV(B) | 205.54º | 0.84% | 0.94% | - |
| XYZ | 28.08 | 29.81 | 86.71 | - |
| YUV | 129.12 | 190.57 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 240 | 0.84 | 0.36 | 0 | 0.06 | 205.54 | 0.87 | 0.55 |
| Hex | 26 | 9A | F0 | 54 | 24 | 0 | 6 | CE | 57 | 37 |
| Octal | 46 | 232 | 360 | 124 | 44 | 0 | 6 | 316 | 127 | 67 |
| Binary | 100110 | 10011010 | 11110000 | 1010100 | 100100 | 0 | 110 | 11001110 | 1010111 | 110111 |
Color Harmonies of #269AF0
Complementary color
Monochromatic Colors of #269AF0
Black with #269AF0
Text Example
Text Example
White with #269AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AF0; }
p { color: rgb(38,154,240); }
H1.HeaderClassName
{
color: #269AF0;
}
.AnyTagClassName
{
color: #269AF0;
}
</style>
background-color css
<style>
a { background-color: #269AF0; }
a { background-color: rgb(38,154,240); }
div.DivClassName
{
background-color: #269AF0;
}
.BgClassName
{
background-color: #269AF0;
}
</style>
border-color css
<style>
span { border-color: #269AF0; }
span { border-color: rgb(38,154,240); }
td.TdClassName
{
border-color: #269AF0;
}
.TagClassName
{
border-color: #269AF0;
}
</style>