Shades of Dodger Blue #268DF2
Tints of Dodger Blue #268DF2
RGB
CMYK
RGB Variations
Color information
#268DF2 (or 0x268DF2) is known color: Dodger Blue. HEX triplet: 26, 8D and F2. RGB value is (38,141,242). Sum of RGB (Red+Green+Blue) = 38+141+242=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #268DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268DF2 is #D9720D. Grayscale: #797979. Windows color (decimal): -14250510 or 15895846. OLE color: 15895846.
HSL color Cylindrical-coordinate representation of color #268DF2: hue angle of 209.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268DF2 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 141 | 242 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.05 |
| HSL | 209.71º | 0.89% | 0.55% | - |
| HSV(B) | 209.71º | 0.84% | 0.95% | - |
| XYZ | 26.35 | 25.87 | 87.61 | - |
| YUV | 121.72 | 195.88 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 242 | 0.84 | 0.42 | 0 | 0.05 | 209.71 | 0.89 | 0.55 |
| Hex | 26 | 8D | F2 | 54 | 2A | 0 | 5 | D2 | 59 | 37 |
| Octal | 46 | 215 | 362 | 124 | 52 | 0 | 5 | 322 | 131 | 67 |
| Binary | 100110 | 10001101 | 11110010 | 1010100 | 101010 | 0 | 101 | 11010010 | 1011001 | 110111 |
Color Harmonies of #268DF2
Complementary color
Monochromatic Colors of #268DF2
Black with #268DF2
Text Example
Text Example
White with #268DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DF2; }
p { color: rgb(38,141,242); }
H1.HeaderClassName
{
color: #268DF2;
}
.AnyTagClassName
{
color: #268DF2;
}
</style>
background-color css
<style>
a { background-color: #268DF2; }
a { background-color: rgb(38,141,242); }
div.DivClassName
{
background-color: #268DF2;
}
.BgClassName
{
background-color: #268DF2;
}
</style>
border-color css
<style>
span { border-color: #268DF2; }
span { border-color: rgb(38,141,242); }
td.TdClassName
{
border-color: #268DF2;
}
.TagClassName
{
border-color: #268DF2;
}
</style>