Shades of Dodger Blue #268FF0
Tints of Dodger Blue #268FF0
RGB
CMYK
RGB Variations
Color information
#268FF0 (or 0x268FF0) is known color: Dodger Blue. HEX triplet: 26, 8F and F0. RGB value is (38,143,240). Sum of RGB (Red+Green+Blue) = 38+143+240=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #268FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FF0 is #D9700F. Grayscale: #7A7A7A. Windows color (decimal): -14250000 or 15765286. OLE color: 15765286.
HSL color Cylindrical-coordinate representation of color #268FF0: hue angle of 208.81º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268FF0 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 143 | 240 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.06 |
| HSL | 208.81º | 0.87% | 0.55% | - |
| HSV(B) | 208.81º | 0.84% | 0.94% | - |
| XYZ | 26.35 | 26.35 | 86.14 | - |
| YUV | 122.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 240 | 0.84 | 0.40 | 0 | 0.06 | 208.81 | 0.87 | 0.55 |
| Hex | 26 | 8F | F0 | 54 | 28 | 0 | 6 | D1 | 57 | 37 |
| Octal | 46 | 217 | 360 | 124 | 50 | 0 | 6 | 321 | 127 | 67 |
| Binary | 100110 | 10001111 | 11110000 | 1010100 | 101000 | 0 | 110 | 11010001 | 1010111 | 110111 |
Color Harmonies of #268FF0
Complementary color
Monochromatic Colors of #268FF0
Black with #268FF0
Text Example
Text Example
White with #268FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FF0; }
p { color: rgb(38,143,240); }
H1.HeaderClassName
{
color: #268FF0;
}
.AnyTagClassName
{
color: #268FF0;
}
</style>
background-color css
<style>
a { background-color: #268FF0; }
a { background-color: rgb(38,143,240); }
div.DivClassName
{
background-color: #268FF0;
}
.BgClassName
{
background-color: #268FF0;
}
</style>
border-color css
<style>
span { border-color: #268FF0; }
span { border-color: rgb(38,143,240); }
td.TdClassName
{
border-color: #268FF0;
}
.TagClassName
{
border-color: #268FF0;
}
</style>