Shades of Dodger Blue #269AFE
Tints of Dodger Blue #269AFE
RGB
CMYK
RGB Variations
Color information
#269AFE (or 0x269AFE) is known color: Dodger Blue. HEX triplet: 26, 9A and FE. RGB value is (38,154,254). Sum of RGB (Red+Green+Blue) = 38+154+254=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #269AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269AFE is #D96501. Grayscale: #828282. Windows color (decimal): -14247170 or 16685606. OLE color: 16685606.
HSL color Cylindrical-coordinate representation of color #269AFE: hue angle of 207.78º 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 #269AFE is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 154 | 254 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.00 |
| HSL | 207.78º | 0.99% | 0.57% | - |
| HSV(B) | 207.78º | 0.85% | 1% | - |
| XYZ | 30.24 | 30.68 | 98.09 | - |
| YUV | 130.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 254 | 0.85 | 0.39 | 0 | 0.00 | 207.78 | 0.99 | 0.57 |
| Hex | 26 | 9A | FE | 55 | 27 | 0 | 0 | D0 | 63 | 39 |
| Octal | 46 | 232 | 376 | 125 | 47 | 0 | 0 | 320 | 143 | 71 |
| Binary | 100110 | 10011010 | 11111110 | 1010101 | 100111 | 0 | 0 | 11010000 | 1100011 | 111001 |
Color Harmonies of #269AFE
Complementary color
Monochromatic Colors of #269AFE
Black with #269AFE
Text Example
Text Example
White with #269AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AFE; }
p { color: rgb(38,154,254); }
H1.HeaderClassName
{
color: #269AFE;
}
.AnyTagClassName
{
color: #269AFE;
}
</style>
background-color css
<style>
a { background-color: #269AFE; }
a { background-color: rgb(38,154,254); }
div.DivClassName
{
background-color: #269AFE;
}
.BgClassName
{
background-color: #269AFE;
}
</style>
border-color css
<style>
span { border-color: #269AFE; }
span { border-color: rgb(38,154,254); }
td.TdClassName
{
border-color: #269AFE;
}
.TagClassName
{
border-color: #269AFE;
}
</style>