Shades of Dodger Blue #268EDC
Tints of Dodger Blue #268EDC
RGB
CMYK
RGB Variations
Color information
#268EDC (or 0x268EDC) is known color: Dodger Blue. HEX triplet: 26, 8E and DC. RGB value is (38,142,220). Sum of RGB (Red+Green+Blue) = 38+142+220=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #268EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDC is #D97123. Grayscale: #777777. Windows color (decimal): -14250276 or 14454310. OLE color: 14454310.
HSL color Cylindrical-coordinate representation of color #268EDC: hue angle of 205.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268EDC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 142 | 220 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.14 |
| HSL | 205.71º | 0.72% | 0.51% | - |
| HSV(B) | 205.71º | 0.83% | 0.86% | - |
| XYZ | 23.39 | 24.93 | 71.29 | - |
| YUV | 119.8 | 184.54 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 220 | 0.83 | 0.35 | 0 | 0.14 | 205.71 | 0.72 | 0.51 |
| Hex | 26 | 8E | DC | 53 | 23 | 0 | E | CE | 48 | 33 |
| Octal | 46 | 216 | 334 | 123 | 43 | 0 | 16 | 316 | 110 | 63 |
| Binary | 100110 | 10001110 | 11011100 | 1010011 | 100011 | 0 | 1110 | 11001110 | 1001000 | 110011 |
Color Harmonies of #268EDC
Complementary color
Monochromatic Colors of #268EDC
Black with #268EDC
Text Example
Text Example
White with #268EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EDC; }
p { color: rgb(38,142,220); }
H1.HeaderClassName
{
color: #268EDC;
}
.AnyTagClassName
{
color: #268EDC;
}
</style>
background-color css
<style>
a { background-color: #268EDC; }
a { background-color: rgb(38,142,220); }
div.DivClassName
{
background-color: #268EDC;
}
.BgClassName
{
background-color: #268EDC;
}
</style>
border-color css
<style>
span { border-color: #268EDC; }
span { border-color: rgb(38,142,220); }
td.TdClassName
{
border-color: #268EDC;
}
.TagClassName
{
border-color: #268EDC;
}
</style>