Html Css Color HEX #147CE4 Dodger Blue

📋 copy color: '#147CE4'

red 20 ◦ green 124 ◦ blue 228

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

Shades of Dodger Blue #147CE4

Tints of Dodger Blue #147CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.29%

R = 5.38%
G = 33.33%
B = 61.29%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#147CE4 (or 0x147CE4) is known color: Dodger Blue. HEX triplet: 14, 7C and E4. RGB value is (20,124,228). Sum of RGB (Red+Green+Blue) = 20+124+228=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #147CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE4 is #EB831B. Grayscale: #686868. Windows color (decimal): -15434524 or 14973972. OLE color: 14973972.

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

Color convert

RGB 20 124 228 -
CMYK 0.91 0.46 0 0.11
HSL 210º 0.84% 0.49% -
HSV(B) 210º 0.91% 0.89% -
XYZ 21.5 20.17 76.16 -
YUV 104.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 20 124 228 0.91 0.46 0 0.11 210 0.84 0.49
Hex 14 7C E4 5B 2E 0 B D2 54 31
Octal 24 174 344 133 56 0 13 322 124 61
Binary 10100 1111100 11100100 1011011 101110 0 1011 11010010 1010100 110001

Color Harmonies of #147CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CE4

Black with #147CE4

Text Example


Text Example

White with #147CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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