Shades of Dodger Blue #145FFD
Tints of Dodger Blue #145FFD
RGB
CMYK
RGB Variations
Color information
#145FFD (or 0x145FFD) is known color: Dodger Blue. HEX triplet: 14, 5F and FD. RGB value is (20,95,253). Sum of RGB (Red+Green+Blue) = 20+95+253=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #145FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFD is #EBA002. Grayscale: #595959. Windows color (decimal): -15441923 or 16604948. OLE color: 16604948.
HSL color Cylindrical-coordinate representation of color #145FFD: hue angle of 220.69º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FFD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 95 | 253 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.01 |
| HSL | 220.69º | 0.98% | 0.54% | - |
| HSV(B) | 220.69º | 0.92% | 0.99% | - |
| XYZ | 22.11 | 15.42 | 94.74 | - |
| YUV | 90.59 | 219.65 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 253 | 0.92 | 0.62 | 0 | 0.01 | 220.69 | 0.98 | 0.54 |
| Hex | 14 | 5F | FD | 5C | 3E | 0 | 1 | DD | 62 | 36 |
| Octal | 24 | 137 | 375 | 134 | 76 | 0 | 1 | 335 | 142 | 66 |
| Binary | 10100 | 1011111 | 11111101 | 1011100 | 111110 | 0 | 1 | 11011101 | 1100010 | 110110 |
Color Harmonies of #145FFD
Complementary color
Monochromatic Colors of #145FFD
Black with #145FFD
Text Example
Text Example
White with #145FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FFD; }
p { color: rgb(20,95,253); }
H1.HeaderClassName
{
color: #145FFD;
}
.AnyTagClassName
{
color: #145FFD;
}
</style>
background-color css
<style>
a { background-color: #145FFD; }
a { background-color: rgb(20,95,253); }
div.DivClassName
{
background-color: #145FFD;
}
.BgClassName
{
background-color: #145FFD;
}
</style>
border-color css
<style>
span { border-color: #145FFD; }
span { border-color: rgb(20,95,253); }
td.TdClassName
{
border-color: #145FFD;
}
.TagClassName
{
border-color: #145FFD;
}
</style>