#147EF9

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

Shades of Dodger Blue #147EF9

Tints of Dodger Blue #147EF9

Color information

#147EF9 (or 0x147EF9) is unknown color: approx Dodger Blue. HEX triplet: 14, 7E and F9. RGB value is (20,126,249). Sum of RGB (Red+Green+Blue) = 20+126+249=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #147EF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EF9 is #EB8106. Grayscale: #6B6B6B. Windows color (decimal): -15433991 or 16350740. OLE color: 16350740.

HSL color Cylindrical-coordinate representation of color #147EF9: hue angle of 212.23º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EF9 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20126249-
CMYK0.920.4900.02
HSL212.23º95.02%52.75%-
HSV(B)212.23º91.97%97.65%-
XYZ24.8521.9192.54-
YUV108.33207.3865-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.06%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 249 (97.66% from 255) = 63.04%
R=5.06%
G=31.90%
B=63.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201262490.920.4900.02212.2395.0252.75
Hex147EF95C3102d45f35
Octal24176371134610232413765
Binary101001111110111110011011100110001010110101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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