#147AED

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

Shades of Dodger Blue #147AED

Tints of Dodger Blue #147AED

Color information

#147AED (or 0x147AED) is unknown color: approx Dodger Blue. HEX triplet: 14, 7A and ED. RGB value is (20,122,237). Sum of RGB (Red+Green+Blue) = 20+122+237=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #147AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147AED is #EB8512. Grayscale: #686868. Windows color (decimal): -15435027 or 15563284. OLE color: 15563284.

HSL color Cylindrical-coordinate representation of color #147AED: hue angle of 211.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147AED is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20122237-
CMYK0.920.4900.07
HSL211.8º85.77%50.39%-
HSV(B)211.8º91.56%92.94%-
XYZ22.5320.1882.83-
YUV104.61202.7167.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=5.28%
G=32.19%
B=62.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201222370.920.4900.07211.885.7750.39
Hex147AED5C3107d45632
Octal24172355134610732412662
Binary1010011110101110110110111001100010111110101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,237); }

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

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

 a { background-color: rgb(20,122,237); }

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

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

 span { border-color: rgb(20,122,237); }

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