Html Css Color HEX #147AF4 Dodger Blue

📋 copy color: '#147AF4'

red 20 ◦ green 122 ◦ blue 244

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

Shades of Dodger Blue #147AF4

Tints of Dodger Blue #147AF4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 5.18%
G = 31.61%
B = 63.21%

CMYK

 C value IS 0.92

 M value IS 0.5

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#147AF4 (or 0x147AF4) is known color: Dodger Blue. HEX triplet: 14, 7A and F4. RGB value is (20,122,244). Sum of RGB (Red+Green+Blue) = 20+122+244=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #147AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147AF4 is #EB850B. Grayscale: #686868. Windows color (decimal): -15435020 or 16022036. OLE color: 16022036.

HSL color Cylindrical-coordinate representation of color #147AF4: hue angle of 212.68º 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 #147AF4 is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 122 244 -
CMYK 0.92 0.5 0 0.04
HSL 212.68º 0.91% 0.52% -
HSV(B) 212.68º 0.92% 0.96% -
XYZ 23.58 20.6 88.32 -
YUV 105.41 206.21 67.08 -
System Red Green Blue C M Y K H S L
Decimal 20 122 244 0.92 0.5 0 0.04 212.68 0.91 0.52
Hex 14 7A F4 5C 32 0 4 D5 5B 34
Octal 24 172 364 134 62 0 4 325 133 64
Binary 10100 1111010 11110100 1011100 110010 0 100 11010101 1011011 110100

Color Harmonies of #147AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147AF4

Black with #147AF4

Text Example


Text Example

White with #147AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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