Shades of Dodger Blue #269FFE
Tints of Dodger Blue #269FFE
RGB
CMYK
RGB Variations
Color information
#269FFE (or 0x269FFE) is known color: Dodger Blue. HEX triplet: 26, 9F and FE. RGB value is (38,159,254). Sum of RGB (Red+Green+Blue) = 38+159+254=451 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.43% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #269FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FFE is #D96001. Grayscale: #858585. Windows color (decimal): -14245890 or 16686886. OLE color: 16686886.
HSL color Cylindrical-coordinate representation of color #269FFE: hue angle of 206.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #269FFE is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 159 | 254 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.00 |
| HSL | 206.39º | 0.99% | 0.57% | - |
| HSV(B) | 206.39º | 0.85% | 1% | - |
| XYZ | 31.09 | 32.36 | 98.37 | - |
| YUV | 133.65 | 195.91 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 254 | 0.85 | 0.37 | 0 | 0.00 | 206.39 | 0.99 | 0.57 |
| Hex | 26 | 9F | FE | 55 | 25 | 0 | 0 | CE | 63 | 39 |
| Octal | 46 | 237 | 376 | 125 | 45 | 0 | 0 | 316 | 143 | 71 |
| Binary | 100110 | 10011111 | 11111110 | 1010101 | 100101 | 0 | 0 | 11001110 | 1100011 | 111001 |
Color Harmonies of #269FFE
Complementary color
Monochromatic Colors of #269FFE
Black with #269FFE
Text Example
Text Example
White with #269FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FFE; }
p { color: rgb(38,159,254); }
H1.HeaderClassName
{
color: #269FFE;
}
.AnyTagClassName
{
color: #269FFE;
}
</style>
background-color css
<style>
a { background-color: #269FFE; }
a { background-color: rgb(38,159,254); }
div.DivClassName
{
background-color: #269FFE;
}
.BgClassName
{
background-color: #269FFE;
}
</style>
border-color css
<style>
span { border-color: #269FFE; }
span { border-color: rgb(38,159,254); }
td.TdClassName
{
border-color: #269FFE;
}
.TagClassName
{
border-color: #269FFE;
}
</style>