Shades of Dodger Blue #147BFC
Tints of Dodger Blue #147BFC
RGB
CMYK
RGB Variations
Color information
#147BFC (or 0x147BFC) is known color: Dodger Blue. HEX triplet: 14, 7B and FC. RGB value is (20,123,252). Sum of RGB (Red+Green+Blue) = 20+123+252=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #147BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BFC is #EB8403. Grayscale: #6A6A6A. Windows color (decimal): -15434756 or 16546580. OLE color: 16546580.
HSL color Cylindrical-coordinate representation of color #147BFC: hue angle of 213.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147BFC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 123 | 252 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.36º | 0.97% | 0.53% | - |
| HSV(B) | 213.36º | 0.92% | 0.99% | - |
| XYZ | 24.94 | 21.34 | 94.9 | - |
| YUV | 106.91 | 209.88 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 252 | 0.92 | 0.51 | 0 | 0.01 | 213.36 | 0.97 | 0.53 |
| Hex | 14 | 7B | FC | 5C | 33 | 0 | 1 | D5 | 61 | 35 |
| Octal | 24 | 173 | 374 | 134 | 63 | 0 | 1 | 325 | 141 | 65 |
| Binary | 10100 | 1111011 | 11111100 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100001 | 110101 |
Color Harmonies of #147BFC
Complementary color
Monochromatic Colors of #147BFC
Black with #147BFC
Text Example
Text Example
White with #147BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BFC; }
p { color: rgb(20,123,252); }
H1.HeaderClassName
{
color: #147BFC;
}
.AnyTagClassName
{
color: #147BFC;
}
</style>
background-color css
<style>
a { background-color: #147BFC; }
a { background-color: rgb(20,123,252); }
div.DivClassName
{
background-color: #147BFC;
}
.BgClassName
{
background-color: #147BFC;
}
</style>
border-color css
<style>
span { border-color: #147BFC; }
span { border-color: rgb(20,123,252); }
td.TdClassName
{
border-color: #147BFC;
}
.TagClassName
{
border-color: #147BFC;
}
</style>