Shades of Dodger Blue #145EFC
Tints of Dodger Blue #145EFC
RGB
CMYK
RGB Variations
Color information
#145EFC (or 0x145EFC) is known color: Dodger Blue. HEX triplet: 14, 5E and FC. RGB value is (20,94,252). Sum of RGB (Red+Green+Blue) = 20+94+252=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #145EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EFC is #EBA103. Grayscale: #595959. Windows color (decimal): -15442180 or 16539156. OLE color: 16539156.
HSL color Cylindrical-coordinate representation of color #145EFC: hue angle of 220.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EFC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 94 | 252 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.01 |
| HSL | 220.86º | 0.97% | 0.53% | - |
| HSV(B) | 220.86º | 0.92% | 0.99% | - |
| XYZ | 21.86 | 15.18 | 93.87 | - |
| YUV | 89.89 | 219.48 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 252 | 0.92 | 0.63 | 0 | 0.01 | 220.86 | 0.97 | 0.53 |
| Hex | 14 | 5E | FC | 5C | 3F | 0 | 1 | DD | 61 | 35 |
| Octal | 24 | 136 | 374 | 134 | 77 | 0 | 1 | 335 | 141 | 65 |
| Binary | 10100 | 1011110 | 11111100 | 1011100 | 111111 | 0 | 1 | 11011101 | 1100001 | 110101 |
Color Harmonies of #145EFC
Complementary color
Monochromatic Colors of #145EFC
Black with #145EFC
Text Example
Text Example
White with #145EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EFC; }
p { color: rgb(20,94,252); }
H1.HeaderClassName
{
color: #145EFC;
}
.AnyTagClassName
{
color: #145EFC;
}
</style>
background-color css
<style>
a { background-color: #145EFC; }
a { background-color: rgb(20,94,252); }
div.DivClassName
{
background-color: #145EFC;
}
.BgClassName
{
background-color: #145EFC;
}
</style>
border-color css
<style>
span { border-color: #145EFC; }
span { border-color: rgb(20,94,252); }
td.TdClassName
{
border-color: #145EFC;
}
.TagClassName
{
border-color: #145EFC;
}
</style>