Shades of Dodger Blue #269EFB
Tints of Dodger Blue #269EFB
RGB
CMYK
RGB Variations
Color information
#269EFB (or 0x269EFB) is known color: Dodger Blue. HEX triplet: 26, 9E and FB. RGB value is (38,158,251). Sum of RGB (Red+Green+Blue) = 38+158+251=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #269EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269EFB is #D96104. Grayscale: #848484. Windows color (decimal): -14246149 or 16490022. OLE color: 16490022.
HSL color Cylindrical-coordinate representation of color #269EFB: hue angle of 206.2º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #269EFB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 158 | 251 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.02 |
| HSL | 206.2º | 0.96% | 0.57% | - |
| HSV(B) | 206.2º | 0.85% | 0.98% | - |
| XYZ | 30.44 | 31.83 | 95.81 | - |
| YUV | 132.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 251 | 0.85 | 0.37 | 0 | 0.02 | 206.2 | 0.96 | 0.57 |
| Hex | 26 | 9E | FB | 55 | 25 | 0 | 2 | CE | 60 | 39 |
| Octal | 46 | 236 | 373 | 125 | 45 | 0 | 2 | 316 | 140 | 71 |
| Binary | 100110 | 10011110 | 11111011 | 1010101 | 100101 | 0 | 10 | 11001110 | 1100000 | 111001 |
Color Harmonies of #269EFB
Complementary color
Monochromatic Colors of #269EFB
Black with #269EFB
Text Example
Text Example
White with #269EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EFB; }
p { color: rgb(38,158,251); }
H1.HeaderClassName
{
color: #269EFB;
}
.AnyTagClassName
{
color: #269EFB;
}
</style>
background-color css
<style>
a { background-color: #269EFB; }
a { background-color: rgb(38,158,251); }
div.DivClassName
{
background-color: #269EFB;
}
.BgClassName
{
background-color: #269EFB;
}
</style>
border-color css
<style>
span { border-color: #269EFB; }
span { border-color: rgb(38,158,251); }
td.TdClassName
{
border-color: #269EFB;
}
.TagClassName
{
border-color: #269EFB;
}
</style>