Shades of Dodger Blue #268FDD
Tints of Dodger Blue #268FDD
RGB
CMYK
RGB Variations
Color information
#268FDD (or 0x268FDD) is known color: Dodger Blue. HEX triplet: 26, 8F and DD. RGB value is (38,143,221). Sum of RGB (Red+Green+Blue) = 38+143+221=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #268FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268FDD is #D97022. Grayscale: #787878. Windows color (decimal): -14250019 or 14520102. OLE color: 14520102.
HSL color Cylindrical-coordinate representation of color #268FDD: hue angle of 205.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268FDD is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 143 | 221 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.13 |
| HSL | 205.57º | 0.73% | 0.51% | - |
| HSV(B) | 205.57º | 0.83% | 0.87% | - |
| XYZ | 23.67 | 25.28 | 72.04 | - |
| YUV | 120.5 | 184.71 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 221 | 0.83 | 0.35 | 0 | 0.13 | 205.57 | 0.73 | 0.51 |
| Hex | 26 | 8F | DD | 53 | 23 | 0 | D | CE | 49 | 33 |
| Octal | 46 | 217 | 335 | 123 | 43 | 0 | 15 | 316 | 111 | 63 |
| Binary | 100110 | 10001111 | 11011101 | 1010011 | 100011 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #268FDD
Complementary color
Monochromatic Colors of #268FDD
Black with #268FDD
Text Example
Text Example
White with #268FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FDD; }
p { color: rgb(38,143,221); }
H1.HeaderClassName
{
color: #268FDD;
}
.AnyTagClassName
{
color: #268FDD;
}
</style>
background-color css
<style>
a { background-color: #268FDD; }
a { background-color: rgb(38,143,221); }
div.DivClassName
{
background-color: #268FDD;
}
.BgClassName
{
background-color: #268FDD;
}
</style>
border-color css
<style>
span { border-color: #268FDD; }
span { border-color: rgb(38,143,221); }
td.TdClassName
{
border-color: #268FDD;
}
.TagClassName
{
border-color: #268FDD;
}
</style>