Shades of Dodger Blue #145FFE
Tints of Dodger Blue #145FFE
RGB
CMYK
RGB Variations
Color information
#145FFE (or 0x145FFE) is known color: Dodger Blue. HEX triplet: 14, 5F and FE. RGB value is (20,95,254). Sum of RGB (Red+Green+Blue) = 20+95+254=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #145FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFE is #EBA001. Grayscale: #595959. Windows color (decimal): -15441922 or 16670484. OLE color: 16670484.
HSL color Cylindrical-coordinate representation of color #145FFE: hue angle of 220.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FFE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 95 | 254 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.00 |
| HSL | 220.77º | 0.99% | 0.54% | - |
| HSV(B) | 220.77º | 0.92% | 1% | - |
| XYZ | 22.27 | 15.49 | 95.58 | - |
| YUV | 90.7 | 220.15 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 254 | 0.92 | 0.63 | 0 | 0.00 | 220.77 | 0.99 | 0.54 |
| Hex | 14 | 5F | FE | 5C | 3F | 0 | 0 | DD | 63 | 36 |
| Octal | 24 | 137 | 376 | 134 | 77 | 0 | 0 | 335 | 143 | 66 |
| Binary | 10100 | 1011111 | 11111110 | 1011100 | 111111 | 0 | 0 | 11011101 | 1100011 | 110110 |
Color Harmonies of #145FFE
Complementary color
Monochromatic Colors of #145FFE
Black with #145FFE
Text Example
Text Example
White with #145FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FFE; }
p { color: rgb(20,95,254); }
H1.HeaderClassName
{
color: #145FFE;
}
.AnyTagClassName
{
color: #145FFE;
}
</style>
background-color css
<style>
a { background-color: #145FFE; }
a { background-color: rgb(20,95,254); }
div.DivClassName
{
background-color: #145FFE;
}
.BgClassName
{
background-color: #145FFE;
}
</style>
border-color css
<style>
span { border-color: #145FFE; }
span { border-color: rgb(20,95,254); }
td.TdClassName
{
border-color: #145FFE;
}
.TagClassName
{
border-color: #145FFE;
}
</style>