Html Css Color HEX #147CF4 Dodger Blue

📋 copy color: '#147CF4'

red 20 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #147CF4

Tints of Dodger Blue #147CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 62.89%

R = 5.15%
G = 31.96%
B = 62.89%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#147CF4 (or 0x147CF4) is known color: Dodger Blue. HEX triplet: 14, 7C and F4. RGB value is (20,124,244). Sum of RGB (Red+Green+Blue) = 20+124+244=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #147CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CF4 is #EB830B. Grayscale: #6A6A6A. Windows color (decimal): -15434508 or 16022548. OLE color: 16022548.

HSL color Cylindrical-coordinate representation of color #147CF4: hue angle of 212.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147CF4 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 124 244 -
CMYK 0.92 0.49 0 0.04
HSL 212.14º 0.91% 0.52% -
HSV(B) 212.14º 0.92% 0.96% -
XYZ 23.83 21.1 88.4 -
YUV 106.58 205.54 66.24 -
System Red Green Blue C M Y K H S L
Decimal 20 124 244 0.92 0.49 0 0.04 212.14 0.91 0.52
Hex 14 7C F4 5C 31 0 4 D4 5B 34
Octal 24 174 364 134 61 0 4 324 133 64
Binary 10100 1111100 11110100 1011100 110001 0 100 11010100 1011011 110100

Color Harmonies of #147CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CF4

Black with #147CF4

Text Example


Text Example

White with #147CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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