Shades of Dodger Blue #125CFE
Tints of Dodger Blue #125CFE
RGB
CMYK
RGB Variations
Color information
#125CFE (or 0x125CFE) is known color: Dodger Blue. HEX triplet: 12, 5C and FE. RGB value is (18,92,254). Sum of RGB (Red+Green+Blue) = 18+92+254=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #125CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125CFE is #EDA301. Grayscale: #575757. Windows color (decimal): -15573762 or 16669714. OLE color: 16669714.
HSL color Cylindrical-coordinate representation of color #125CFE: hue angle of 221.19º 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 #125CFE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 92 | 254 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.00 |
| HSL | 221.19º | 0.99% | 0.53% | - |
| HSV(B) | 221.19º | 0.93% | 1% | - |
| XYZ | 21.97 | 14.94 | 95.49 | - |
| YUV | 88.34 | 221.48 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 254 | 0.93 | 0.64 | 0 | 0.00 | 221.19 | 0.99 | 0.53 |
| Hex | 12 | 5C | FE | 5D | 40 | 0 | 0 | DD | 63 | 35 |
| Octal | 22 | 134 | 376 | 135 | 100 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10010 | 1011100 | 11111110 | 1011101 | 1000000 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #125CFE
Complementary color
Monochromatic Colors of #125CFE
Black with #125CFE
Text Example
Text Example
White with #125CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CFE; }
p { color: rgb(18,92,254); }
H1.HeaderClassName
{
color: #125CFE;
}
.AnyTagClassName
{
color: #125CFE;
}
</style>
background-color css
<style>
a { background-color: #125CFE; }
a { background-color: rgb(18,92,254); }
div.DivClassName
{
background-color: #125CFE;
}
.BgClassName
{
background-color: #125CFE;
}
</style>
border-color css
<style>
span { border-color: #125CFE; }
span { border-color: rgb(18,92,254); }
td.TdClassName
{
border-color: #125CFE;
}
.TagClassName
{
border-color: #125CFE;
}
</style>