Shades of Dodger Blue #145FFF
Tints of Dodger Blue #145FFF
RGB
CMYK
RGB Variations
Color information
#145FFF (or 0x145FFF) is known color: Dodger Blue. HEX triplet: 14, 5F and FF. RGB value is (20,95,255). Sum of RGB (Red+Green+Blue) = 20+95+255=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #145FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFF is #EBA000. Grayscale: #5A5A5A. Windows color (decimal): -15441921 or 16736020. OLE color: 16736020.
HSL color Cylindrical-coordinate representation of color #145FFF: hue angle of 220.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FFF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 95 | 255 | - |
| CMYK | 0.92 | 0.63 | 0 | 0 |
| HSL | 220.85º | 1% | 0.54% | - |
| HSV(B) | 220.85º | 0.92% | 1% | - |
| XYZ | 22.43 | 15.55 | 96.43 | - |
| YUV | 90.82 | 220.65 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 255 | 0.92 | 0.63 | 0 | 0 | 220.85 | 1 | 0.54 |
| Hex | 14 | 5F | FF | 5C | 3F | 0 | 0 | DD | 64 | 36 |
| Octal | 24 | 137 | 377 | 134 | 77 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10100 | 1011111 | 11111111 | 1011100 | 111111 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #145FFF
Complementary color
Monochromatic Colors of #145FFF
Black with #145FFF
Text Example
Text Example
White with #145FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FFF; }
p { color: rgb(20,95,255); }
H1.HeaderClassName
{
color: #145FFF;
}
.AnyTagClassName
{
color: #145FFF;
}
</style>
background-color css
<style>
a { background-color: #145FFF; }
a { background-color: rgb(20,95,255); }
div.DivClassName
{
background-color: #145FFF;
}
.BgClassName
{
background-color: #145FFF;
}
</style>
border-color css
<style>
span { border-color: #145FFF; }
span { border-color: rgb(20,95,255); }
td.TdClassName
{
border-color: #145FFF;
}
.TagClassName
{
border-color: #145FFF;
}
</style>