Shades of Dodger Blue #148CDF
Tints of Dodger Blue #148CDF
RGB
CMYK
RGB Variations
Color information
#148CDF (or 0x148CDF) is known color: Dodger Blue. HEX triplet: 14, 8C and DF. RGB value is (20,140,223). Sum of RGB (Red+Green+Blue) = 20+140+223=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #148CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CDF is #EB7320. Grayscale: #717171. Windows color (decimal): -15430433 or 14650388. OLE color: 14650388.
HSL color Cylindrical-coordinate representation of color #148CDF: hue angle of 204.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148CDF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 140 | 223 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.13 |
| HSL | 204.53º | 0.84% | 0.48% | - |
| HSV(B) | 204.53º | 0.91% | 0.87% | - |
| XYZ | 22.99 | 24.23 | 73.28 | - |
| YUV | 113.58 | 189.74 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 223 | 0.91 | 0.37 | 0 | 0.13 | 204.53 | 0.84 | 0.48 |
| Hex | 14 | 8C | DF | 5B | 25 | 0 | D | CD | 54 | 30 |
| Octal | 24 | 214 | 337 | 133 | 45 | 0 | 15 | 315 | 124 | 60 |
| Binary | 10100 | 10001100 | 11011111 | 1011011 | 100101 | 0 | 1101 | 11001101 | 1010100 | 110000 |
Color Harmonies of #148CDF
Complementary color
Monochromatic Colors of #148CDF
Black with #148CDF
Text Example
Text Example
White with #148CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CDF; }
p { color: rgb(20,140,223); }
H1.HeaderClassName
{
color: #148CDF;
}
.AnyTagClassName
{
color: #148CDF;
}
</style>
background-color css
<style>
a { background-color: #148CDF; }
a { background-color: rgb(20,140,223); }
div.DivClassName
{
background-color: #148CDF;
}
.BgClassName
{
background-color: #148CDF;
}
</style>
border-color css
<style>
span { border-color: #148CDF; }
span { border-color: rgb(20,140,223); }
td.TdClassName
{
border-color: #148CDF;
}
.TagClassName
{
border-color: #148CDF;
}
</style>