Shades of Dodger Blue #269CEA
Tints of Dodger Blue #269CEA
RGB
CMYK
RGB Variations
Color information
#269CEA (or 0x269CEA) is known color: Dodger Blue. HEX triplet: 26, 9C and EA. RGB value is (38,156,234). Sum of RGB (Red+Green+Blue) = 38+156+234=428 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.88% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #269CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269CEA is #D96315. Grayscale: #818181. Windows color (decimal): -14246678 or 15375398. OLE color: 15375398.
HSL color Cylindrical-coordinate representation of color #269CEA: hue angle of 203.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269CEA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 156 | 234 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.08 |
| HSL | 203.88º | 0.82% | 0.53% | - |
| HSV(B) | 203.88º | 0.84% | 0.92% | - |
| XYZ | 27.54 | 30.13 | 82.21 | - |
| YUV | 129.61 | 186.91 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 234 | 0.84 | 0.33 | 0 | 0.08 | 203.88 | 0.82 | 0.53 |
| Hex | 26 | 9C | EA | 54 | 21 | 0 | 8 | CC | 52 | 35 |
| Octal | 46 | 234 | 352 | 124 | 41 | 0 | 10 | 314 | 122 | 65 |
| Binary | 100110 | 10011100 | 11101010 | 1010100 | 100001 | 0 | 1000 | 11001100 | 1010010 | 110101 |
Color Harmonies of #269CEA
Complementary color
Monochromatic Colors of #269CEA
Black with #269CEA
Text Example
Text Example
White with #269CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CEA; }
p { color: rgb(38,156,234); }
H1.HeaderClassName
{
color: #269CEA;
}
.AnyTagClassName
{
color: #269CEA;
}
</style>
background-color css
<style>
a { background-color: #269CEA; }
a { background-color: rgb(38,156,234); }
div.DivClassName
{
background-color: #269CEA;
}
.BgClassName
{
background-color: #269CEA;
}
</style>
border-color css
<style>
span { border-color: #269CEA; }
span { border-color: rgb(38,156,234); }
td.TdClassName
{
border-color: #269CEA;
}
.TagClassName
{
border-color: #269CEA;
}
</style>