Shades of Dodger Blue #268FF1
Tints of Dodger Blue #268FF1
RGB
CMYK
RGB Variations
Color information
#268FF1 (or 0x268FF1) is known color: Dodger Blue. HEX triplet: 26, 8F and F1. RGB value is (38,143,241). Sum of RGB (Red+Green+Blue) = 38+143+241=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #268FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FF1 is #D9700E. Grayscale: #7A7A7A. Windows color (decimal): -14249999 or 15830822. OLE color: 15830822.
HSL color Cylindrical-coordinate representation of color #268FF1: hue angle of 208.97º 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 #268FF1 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 143 | 241 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.05 |
| HSL | 208.97º | 0.88% | 0.55% | - |
| HSV(B) | 208.97º | 0.84% | 0.95% | - |
| XYZ | 26.5 | 26.41 | 86.92 | - |
| YUV | 122.78 | 194.71 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 241 | 0.84 | 0.41 | 0 | 0.05 | 208.97 | 0.88 | 0.55 |
| Hex | 26 | 8F | F1 | 54 | 29 | 0 | 5 | D1 | 58 | 37 |
| Octal | 46 | 217 | 361 | 124 | 51 | 0 | 5 | 321 | 130 | 67 |
| Binary | 100110 | 10001111 | 11110001 | 1010100 | 101001 | 0 | 101 | 11010001 | 1011000 | 110111 |
Color Harmonies of #268FF1
Complementary color
Monochromatic Colors of #268FF1
Black with #268FF1
Text Example
Text Example
White with #268FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FF1; }
p { color: rgb(38,143,241); }
H1.HeaderClassName
{
color: #268FF1;
}
.AnyTagClassName
{
color: #268FF1;
}
</style>
background-color css
<style>
a { background-color: #268FF1; }
a { background-color: rgb(38,143,241); }
div.DivClassName
{
background-color: #268FF1;
}
.BgClassName
{
background-color: #268FF1;
}
</style>
border-color css
<style>
span { border-color: #268FF1; }
span { border-color: rgb(38,143,241); }
td.TdClassName
{
border-color: #268FF1;
}
.TagClassName
{
border-color: #268FF1;
}
</style>