#147EFF

Color #147EFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #147EFF

Tints of Dodger Blue #147EFF

Color information

#147EFF (or 0x147EFF) is unknown color: approx Dodger Blue. HEX triplet: 14, 7E and FF. RGB value is (20,126,255). Sum of RGB (Red+Green+Blue) = 20+126+255=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #147EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EFF is #EB8100. Grayscale: #6C6C6C. Windows color (decimal): -15433985 or 16743956. OLE color: 16743956.

HSL color Cylindrical-coordinate representation of color #147EFF: hue angle of 212.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EFF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20126255-
CMYK0.920.5100
HSL212.94º100%53.92%-
HSV(B)212.94º92.16%100%-
XYZ25.822.2997.55-
YUV109.01210.3864.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.99%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 255 (100% from 255) = 63.59%
R=4.99%
G=31.42%
B=63.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201262550.920.5100212.9410053.92
Hex147EFF5C3300d56436
Octal24176377134630032514466
Binary10100111111011111111101110011001100110101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147EFF; }

 p { color: rgb(20,126,255); }

 H1.HeaderClassName
 {
   color: #147EFF;
 }
 .AnyTagClassName
 {
   color: #147EFF;
 }
</style>
background-color css

<style>
 a { background-color: #147EFF; }

 a { background-color: rgb(20,126,255); }

 div.DivClassName
 {
   background-color: #147EFF;
 }
 .BgClassName
 {
   background-color: #147EFF;
 }
</style>
border-color css

<style>
 span { border-color: #147EFF; }

 span { border-color: rgb(20,126,255); }

 td.TdClassName
 {
   border-color: #147EFF;
 }
 .TagClassName
 {
   border-color: #147EFF;
 }
</style>