Html Css Color HEX #147CE2 Dodger Blue

📋 copy color: '#147CE2'

red 20 ◦ green 124 ◦ blue 226

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

Shades of Dodger Blue #147CE2

Tints of Dodger Blue #147CE2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 5.41%
G = 33.51%
B = 61.08%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#147CE2 (or 0x147CE2) is known color: Dodger Blue. HEX triplet: 14, 7C and E2. RGB value is (20,124,226). Sum of RGB (Red+Green+Blue) = 20+124+226=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 226 (88.67% from 255 or 61.08% from 370); Max value from RGB is 226 - color contains mainly: blue. Hex color #147CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE2 is #EB831D. Grayscale: #686868. Windows color (decimal): -15434526 or 14842900. OLE color: 14842900.

HSL color Cylindrical-coordinate representation of color #147CE2: hue angle of 209.71º 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 #147CE2 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 124 226 -
CMYK 0.91 0.45 0 0.11
HSL 209.71º 0.84% 0.48% -
HSV(B) 209.71º 0.91% 0.89% -
XYZ 21.22 20.06 74.7 -
YUV 104.53 196.54 67.71 -
System Red Green Blue C M Y K H S L
Decimal 20 124 226 0.91 0.45 0 0.11 209.71 0.84 0.48
Hex 14 7C E2 5B 2D 0 B D2 54 30
Octal 24 174 342 133 55 0 13 322 124 60
Binary 10100 1111100 11100010 1011011 101101 0 1011 11010010 1010100 110000

Color Harmonies of #147CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CE2

Black with #147CE2

Text Example


Text Example

White with #147CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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