Shades of Dodger Blue #125DFE
Tints of Dodger Blue #125DFE
RGB
CMYK
RGB Variations
Color information
#125DFE (or 0x125DFE) is known color: Dodger Blue. HEX triplet: 12, 5D and FE. RGB value is (18,93,254). Sum of RGB (Red+Green+Blue) = 18+93+254=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #125DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DFE is #EDA201. Grayscale: #585858. Windows color (decimal): -15573506 or 16669970. OLE color: 16669970.
HSL color Cylindrical-coordinate representation of color #125DFE: hue angle of 220.93º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DFE is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 93 | 254 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.00 |
| HSL | 220.93º | 0.99% | 0.53% | - |
| HSV(B) | 220.93º | 0.93% | 1% | - |
| XYZ | 22.05 | 15.11 | 95.52 | - |
| YUV | 88.93 | 221.15 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 254 | 0.93 | 0.63 | 0 | 0.00 | 220.93 | 0.99 | 0.53 |
| Hex | 12 | 5D | FE | 5D | 3F | 0 | 0 | DD | 63 | 35 |
| Octal | 22 | 135 | 376 | 135 | 77 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10010 | 1011101 | 11111110 | 1011101 | 111111 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #125DFE
Complementary color
Monochromatic Colors of #125DFE
Black with #125DFE
Text Example
Text Example
White with #125DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DFE; }
p { color: rgb(18,93,254); }
H1.HeaderClassName
{
color: #125DFE;
}
.AnyTagClassName
{
color: #125DFE;
}
</style>
background-color css
<style>
a { background-color: #125DFE; }
a { background-color: rgb(18,93,254); }
div.DivClassName
{
background-color: #125DFE;
}
.BgClassName
{
background-color: #125DFE;
}
</style>
border-color css
<style>
span { border-color: #125DFE; }
span { border-color: rgb(18,93,254); }
td.TdClassName
{
border-color: #125DFE;
}
.TagClassName
{
border-color: #125DFE;
}
</style>