Html Css Color HEX #147EF0 Dodger Blue

📋 copy color: '#147EF0'

red 20 ◦ green 126 ◦ blue 240

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

Shades of Dodger Blue #147EF0

Tints of Dodger Blue #147EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.18%

R = 5.18%
G = 32.64%
B = 62.18%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#147EF0 (or 0x147EF0) is known color: Dodger Blue. HEX triplet: 14, 7E and F0. RGB value is (20,126,240). Sum of RGB (Red+Green+Blue) = 20+126+240=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #147EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EF0 is #EB810F. Grayscale: #6A6A6A. Windows color (decimal): -15434000 or 15760916. OLE color: 15760916.

HSL color Cylindrical-coordinate representation of color #147EF0: hue angle of 211.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EF0 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 126 240 -
CMYK 0.92 0.48 0 0.06
HSL 211.09º 0.88% 0.51% -
HSV(B) 211.09º 0.92% 0.94% -
XYZ 23.48 21.36 85.32 -
YUV 107.3 202.88 65.73 -
System Red Green Blue C M Y K H S L
Decimal 20 126 240 0.92 0.48 0 0.06 211.09 0.88 0.51
Hex 14 7E F0 5C 30 0 6 D3 58 33
Octal 24 176 360 134 60 0 6 323 130 63
Binary 10100 1111110 11110000 1011100 110000 0 110 11010011 1011000 110011

Color Harmonies of #147EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EF0

Black with #147EF0

Text Example


Text Example

White with #147EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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