Shades of Dodger Blue #269BF2
Tints of Dodger Blue #269BF2
RGB
CMYK
RGB Variations
Color information
#269BF2 (or 0x269BF2) is known color: Dodger Blue. HEX triplet: 26, 9B and F2. RGB value is (38,155,242). Sum of RGB (Red+Green+Blue) = 38+155+242=435 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.74% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #269BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BF2 is #D9640D. Grayscale: #818181. Windows color (decimal): -14246926 or 15899430. OLE color: 15899430.
HSL color Cylindrical-coordinate representation of color #269BF2: hue angle of 205.59º 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 #269BF2 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 155 | 242 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.05 |
| HSL | 205.59º | 0.89% | 0.55% | - |
| HSV(B) | 205.59º | 0.84% | 0.95% | - |
| XYZ | 28.55 | 30.27 | 88.34 | - |
| YUV | 129.94 | 191.24 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 242 | 0.84 | 0.36 | 0 | 0.05 | 205.59 | 0.89 | 0.55 |
| Hex | 26 | 9B | F2 | 54 | 24 | 0 | 5 | CE | 59 | 37 |
| Octal | 46 | 233 | 362 | 124 | 44 | 0 | 5 | 316 | 131 | 67 |
| Binary | 100110 | 10011011 | 11110010 | 1010100 | 100100 | 0 | 101 | 11001110 | 1011001 | 110111 |
Color Harmonies of #269BF2
Complementary color
Monochromatic Colors of #269BF2
Black with #269BF2
Text Example
Text Example
White with #269BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BF2; }
p { color: rgb(38,155,242); }
H1.HeaderClassName
{
color: #269BF2;
}
.AnyTagClassName
{
color: #269BF2;
}
</style>
background-color css
<style>
a { background-color: #269BF2; }
a { background-color: rgb(38,155,242); }
div.DivClassName
{
background-color: #269BF2;
}
.BgClassName
{
background-color: #269BF2;
}
</style>
border-color css
<style>
span { border-color: #269BF2; }
span { border-color: rgb(38,155,242); }
td.TdClassName
{
border-color: #269BF2;
}
.TagClassName
{
border-color: #269BF2;
}
</style>