Shades of Dodger Blue #1268FD
Tints of Dodger Blue #1268FD
RGB
CMYK
RGB Variations
Color information
#1268FD (or 0x1268FD) is known color: Dodger Blue. HEX triplet: 12, 68 and FD. RGB value is (18,104,253). Sum of RGB (Red+Green+Blue) = 18+104+253=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1268FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268FD is #ED9702. Grayscale: #5E5E5E. Windows color (decimal): -15570691 or 16607250. OLE color: 16607250.
HSL color Cylindrical-coordinate representation of color #1268FD: hue angle of 218.04º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1268FD is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 104 | 253 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.01 |
| HSL | 218.04º | 0.98% | 0.53% | - |
| HSV(B) | 218.04º | 0.93% | 0.99% | - |
| XYZ | 22.93 | 17.12 | 95.02 | - |
| YUV | 95.27 | 217.01 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 253 | 0.93 | 0.59 | 0 | 0.01 | 218.04 | 0.98 | 0.53 |
| Hex | 12 | 68 | FD | 5D | 3B | 0 | 1 | DA | 62 | 35 |
| Octal | 22 | 150 | 375 | 135 | 73 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10010 | 1101000 | 11111101 | 1011101 | 111011 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1268FD
Complementary color
Monochromatic Colors of #1268FD
Black with #1268FD
Text Example
Text Example
White with #1268FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268FD; }
p { color: rgb(18,104,253); }
H1.HeaderClassName
{
color: #1268FD;
}
.AnyTagClassName
{
color: #1268FD;
}
</style>
background-color css
<style>
a { background-color: #1268FD; }
a { background-color: rgb(18,104,253); }
div.DivClassName
{
background-color: #1268FD;
}
.BgClassName
{
background-color: #1268FD;
}
</style>
border-color css
<style>
span { border-color: #1268FD; }
span { border-color: rgb(18,104,253); }
td.TdClassName
{
border-color: #1268FD;
}
.TagClassName
{
border-color: #1268FD;
}
</style>