Shades of Dodger Blue #268FFF
Tints of Dodger Blue #268FFF
RGB
CMYK
RGB Variations
Color information
#268FFF (or 0x268FFF) is known color: Dodger Blue. HEX triplet: 26, 8F and FF. RGB value is (38,143,255). Sum of RGB (Red+Green+Blue) = 38+143+255=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #268FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FFF is #D97000. Grayscale: #7B7B7B. Windows color (decimal): -14249985 or 16748326. OLE color: 16748326.
HSL color Cylindrical-coordinate representation of color #268FFF: hue angle of 210.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268FFF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 143 | 255 | - |
| CMYK | 0.85 | 0.44 | 0 | 0 |
| HSL | 210.97º | 1% | 0.57% | - |
| HSV(B) | 210.97º | 0.85% | 1% | - |
| XYZ | 28.67 | 27.28 | 98.36 | - |
| YUV | 124.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 255 | 0.85 | 0.44 | 0 | 0 | 210.97 | 1 | 0.57 |
| Hex | 26 | 8F | FF | 55 | 2C | 0 | 0 | D3 | 64 | 39 |
| Octal | 46 | 217 | 377 | 125 | 54 | 0 | 0 | 323 | 144 | 71 |
| Binary | 100110 | 10001111 | 11111111 | 1010101 | 101100 | 0 | 0 | 11010011 | 1100100 | 111001 |
Color Harmonies of #268FFF
Complementary color
Monochromatic Colors of #268FFF
Black with #268FFF
Text Example
Text Example
White with #268FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268FFF; }
p { color: rgb(38,143,255); }
H1.HeaderClassName
{
color: #268FFF;
}
.AnyTagClassName
{
color: #268FFF;
}
</style>
background-color css
<style>
a { background-color: #268FFF; }
a { background-color: rgb(38,143,255); }
div.DivClassName
{
background-color: #268FFF;
}
.BgClassName
{
background-color: #268FFF;
}
</style>
border-color css
<style>
span { border-color: #268FFF; }
span { border-color: rgb(38,143,255); }
td.TdClassName
{
border-color: #268FFF;
}
.TagClassName
{
border-color: #268FFF;
}
</style>