Shades of Dodger Blue #268BF1
Tints of Dodger Blue #268BF1
RGB
CMYK
RGB Variations
Color information
#268BF1 (or 0x268BF1) is known color: Dodger Blue. HEX triplet: 26, 8B and F1. RGB value is (38,139,241). Sum of RGB (Red+Green+Blue) = 38+139+241=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #268BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268BF1 is #D9740E. Grayscale: #777777. Windows color (decimal): -14251023 or 15829798. OLE color: 15829798.
HSL color Cylindrical-coordinate representation of color #268BF1: hue angle of 210.15º degrees, saturation: 0.88, 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 #268BF1 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 139 | 241 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.05 |
| HSL | 210.15º | 0.88% | 0.55% | - |
| HSV(B) | 210.15º | 0.84% | 0.95% | - |
| XYZ | 25.91 | 25.23 | 86.72 | - |
| YUV | 120.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 241 | 0.84 | 0.42 | 0 | 0.05 | 210.15 | 0.88 | 0.55 |
| Hex | 26 | 8B | F1 | 54 | 2A | 0 | 5 | D2 | 58 | 37 |
| Octal | 46 | 213 | 361 | 124 | 52 | 0 | 5 | 322 | 130 | 67 |
| Binary | 100110 | 10001011 | 11110001 | 1010100 | 101010 | 0 | 101 | 11010010 | 1011000 | 110111 |
Color Harmonies of #268BF1
Complementary color
Monochromatic Colors of #268BF1
Black with #268BF1
Text Example
Text Example
White with #268BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BF1; }
p { color: rgb(38,139,241); }
H1.HeaderClassName
{
color: #268BF1;
}
.AnyTagClassName
{
color: #268BF1;
}
</style>
background-color css
<style>
a { background-color: #268BF1; }
a { background-color: rgb(38,139,241); }
div.DivClassName
{
background-color: #268BF1;
}
.BgClassName
{
background-color: #268BF1;
}
</style>
border-color css
<style>
span { border-color: #268BF1; }
span { border-color: rgb(38,139,241); }
td.TdClassName
{
border-color: #268BF1;
}
.TagClassName
{
border-color: #268BF1;
}
</style>