Shades of Dodger Blue #125DFF
Tints of Dodger Blue #125DFF
RGB
CMYK
RGB Variations
Color information
#125DFF (or 0x125DFF) is known color: Dodger Blue. HEX triplet: 12, 5D and FF. RGB value is (18,93,255). Sum of RGB (Red+Green+Blue) = 18+93+255=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #125DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DFF is #EDA200. Grayscale: #585858. Windows color (decimal): -15573505 or 16735506. OLE color: 16735506.
HSL color Cylindrical-coordinate representation of color #125DFF: hue angle of 221.01º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DFF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 93 | 255 | - |
| CMYK | 0.93 | 0.64 | 0 | 0 |
| HSL | 221.01º | 1% | 0.54% | - |
| HSV(B) | 221.01º | 0.93% | 1% | - |
| XYZ | 22.21 | 15.18 | 96.37 | - |
| YUV | 89.04 | 221.65 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 255 | 0.93 | 0.64 | 0 | 0 | 221.01 | 1 | 0.54 |
| Hex | 12 | 5D | FF | 5D | 40 | 0 | 0 | DD | 64 | 36 |
| Octal | 22 | 135 | 377 | 135 | 100 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10010 | 1011101 | 11111111 | 1011101 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #125DFF
Complementary color
Monochromatic Colors of #125DFF
Black with #125DFF
Text Example
Text Example
White with #125DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DFF; }
p { color: rgb(18,93,255); }
H1.HeaderClassName
{
color: #125DFF;
}
.AnyTagClassName
{
color: #125DFF;
}
</style>
background-color css
<style>
a { background-color: #125DFF; }
a { background-color: rgb(18,93,255); }
div.DivClassName
{
background-color: #125DFF;
}
.BgClassName
{
background-color: #125DFF;
}
</style>
border-color css
<style>
span { border-color: #125DFF; }
span { border-color: rgb(18,93,255); }
td.TdClassName
{
border-color: #125DFF;
}
.TagClassName
{
border-color: #125DFF;
}
</style>