Shades of Dodger Blue #147BFE
Tints of Dodger Blue #147BFE
RGB
CMYK
RGB Variations
Color information
#147BFE (or 0x147BFE) is known color: Dodger Blue. HEX triplet: 14, 7B and FE. RGB value is (20,123,254). Sum of RGB (Red+Green+Blue) = 20+123+254=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #147BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BFE is #EB8401. Grayscale: #6A6A6A. Windows color (decimal): -15434754 or 16677652. OLE color: 16677652.
HSL color Cylindrical-coordinate representation of color #147BFE: hue angle of 213.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147BFE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 123 | 254 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.00 |
| HSL | 213.59º | 0.99% | 0.54% | - |
| HSV(B) | 213.59º | 0.92% | 1% | - |
| XYZ | 25.26 | 21.47 | 96.58 | - |
| YUV | 107.14 | 210.88 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 254 | 0.92 | 0.52 | 0 | 0.00 | 213.59 | 0.99 | 0.54 |
| Hex | 14 | 7B | FE | 5C | 34 | 0 | 0 | D6 | 63 | 36 |
| Octal | 24 | 173 | 376 | 134 | 64 | 0 | 0 | 326 | 143 | 66 |
| Binary | 10100 | 1111011 | 11111110 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100011 | 110110 |
Color Harmonies of #147BFE
Complementary color
Monochromatic Colors of #147BFE
Black with #147BFE
Text Example
Text Example
White with #147BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BFE; }
p { color: rgb(20,123,254); }
H1.HeaderClassName
{
color: #147BFE;
}
.AnyTagClassName
{
color: #147BFE;
}
</style>
background-color css
<style>
a { background-color: #147BFE; }
a { background-color: rgb(20,123,254); }
div.DivClassName
{
background-color: #147BFE;
}
.BgClassName
{
background-color: #147BFE;
}
</style>
border-color css
<style>
span { border-color: #147BFE; }
span { border-color: rgb(20,123,254); }
td.TdClassName
{
border-color: #147BFE;
}
.TagClassName
{
border-color: #147BFE;
}
</style>