Shades of Dodger Blue #148BEA
Tints of Dodger Blue #148BEA
RGB
CMYK
RGB Variations
Color information
#148BEA (or 0x148BEA) is known color: Dodger Blue. HEX triplet: 14, 8B and EA. RGB value is (20,139,234). Sum of RGB (Red+Green+Blue) = 20+139+234=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #148BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148BEA is #EB7415. Grayscale: #717171. Windows color (decimal): -15430678 or 15371028. OLE color: 15371028.
HSL color Cylindrical-coordinate representation of color #148BEA: hue angle of 206.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BEA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 139 | 234 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.08 |
| HSL | 206.64º | 0.84% | 0.5% | - |
| HSV(B) | 206.64º | 0.91% | 0.92% | - |
| XYZ | 24.37 | 24.55 | 81.3 | - |
| YUV | 114.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 234 | 0.91 | 0.41 | 0 | 0.08 | 206.64 | 0.84 | 0.5 |
| Hex | 14 | 8B | EA | 5B | 29 | 0 | 8 | CF | 54 | 32 |
| Octal | 24 | 213 | 352 | 133 | 51 | 0 | 10 | 317 | 124 | 62 |
| Binary | 10100 | 10001011 | 11101010 | 1011011 | 101001 | 0 | 1000 | 11001111 | 1010100 | 110010 |
Color Harmonies of #148BEA
Complementary color
Monochromatic Colors of #148BEA
Black with #148BEA
Text Example
Text Example
White with #148BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BEA; }
p { color: rgb(20,139,234); }
H1.HeaderClassName
{
color: #148BEA;
}
.AnyTagClassName
{
color: #148BEA;
}
</style>
background-color css
<style>
a { background-color: #148BEA; }
a { background-color: rgb(20,139,234); }
div.DivClassName
{
background-color: #148BEA;
}
.BgClassName
{
background-color: #148BEA;
}
</style>
border-color css
<style>
span { border-color: #148BEA; }
span { border-color: rgb(20,139,234); }
td.TdClassName
{
border-color: #148BEA;
}
.TagClassName
{
border-color: #148BEA;
}
</style>