Shades of Dodger Blue #148EEA
Tints of Dodger Blue #148EEA
RGB
CMYK
RGB Variations
Color information
#148EEA (or 0x148EEA) is known color: Dodger Blue. HEX triplet: 14, 8E and EA. RGB value is (20,142,234). Sum of RGB (Red+Green+Blue) = 20+142+234=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #148EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148EEA is #EB7115. Grayscale: #737373. Windows color (decimal): -15429910 or 15371796. OLE color: 15371796.
HSL color Cylindrical-coordinate representation of color #148EEA: hue angle of 205.79º 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 #148EEA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 142 | 234 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.08 |
| HSL | 205.79º | 0.84% | 0.5% | - |
| HSV(B) | 205.79º | 0.91% | 0.92% | - |
| XYZ | 24.81 | 25.44 | 81.44 | - |
| YUV | 116.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 234 | 0.91 | 0.39 | 0 | 0.08 | 205.79 | 0.84 | 0.5 |
| Hex | 14 | 8E | EA | 5B | 27 | 0 | 8 | CE | 54 | 32 |
| Octal | 24 | 216 | 352 | 133 | 47 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10100 | 10001110 | 11101010 | 1011011 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #148EEA
Complementary color
Monochromatic Colors of #148EEA
Black with #148EEA
Text Example
Text Example
White with #148EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EEA; }
p { color: rgb(20,142,234); }
H1.HeaderClassName
{
color: #148EEA;
}
.AnyTagClassName
{
color: #148EEA;
}
</style>
background-color css
<style>
a { background-color: #148EEA; }
a { background-color: rgb(20,142,234); }
div.DivClassName
{
background-color: #148EEA;
}
.BgClassName
{
background-color: #148EEA;
}
</style>
border-color css
<style>
span { border-color: #148EEA; }
span { border-color: rgb(20,142,234); }
td.TdClassName
{
border-color: #148EEA;
}
.TagClassName
{
border-color: #148EEA;
}
</style>