Html Css Color HEX #147EE2 Dodger Blue

📋 copy color: '#147EE2'

red 20 ◦ green 126 ◦ blue 226

#147EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #147EE2

Tints of Dodger Blue #147EE2

RGB

 RED value IS 20 (8.2% from 255) = 5.38%

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 226 (88.67% from 255) = 60.75%

R = 5.38%
G = 33.87%
B = 60.75%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#147EE2 (or 0x147EE2) is known color: Dodger Blue. HEX triplet: 14, 7E and E2. RGB value is (20,126,226). Sum of RGB (Red+Green+Blue) = 20+126+226=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 226 (88.67% from 255 or 60.75% from 372); Max value from RGB is 226 - color contains mainly: blue. Hex color #147EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EE2 is #EB811D. Grayscale: #696969. Windows color (decimal): -15434014 or 14843412. OLE color: 14843412.

HSL color Cylindrical-coordinate representation of color #147EE2: hue angle of 209.13º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147EE2 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 126 226 -
CMYK 0.91 0.44 0 0.11
HSL 209.13º 0.84% 0.48% -
HSV(B) 209.13º 0.91% 0.89% -
XYZ 21.48 20.56 74.79 -
YUV 105.71 195.88 66.87 -
System Red Green Blue C M Y K H S L
Decimal 20 126 226 0.91 0.44 0 0.11 209.13 0.84 0.48
Hex 14 7E E2 5B 2C 0 B D1 54 30
Octal 24 176 342 133 54 0 13 321 124 60
Binary 10100 1111110 11100010 1011011 101100 0 1011 11010001 1010100 110000

Color Harmonies of #147EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EE2

Black with #147EE2

Text Example


Text Example

White with #147EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #147EE2;
 }
 .AnyTagClassName
 {
   color: #147EE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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