Html Css Color HEX #147CFA Dodger Blue

📋 copy color: '#147CFA'

red 20 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #147CFA

Tints of Dodger Blue #147CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 5.08%
G = 31.47%
B = 63.45%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#147CFA (or 0x147CFA) is known color: Dodger Blue. HEX triplet: 14, 7C and FA. RGB value is (20,124,250). Sum of RGB (Red+Green+Blue) = 20+124+250=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #147CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CFA is #EB8305. Grayscale: #6A6A6A. Windows color (decimal): -15434502 or 16415764. OLE color: 16415764.

HSL color Cylindrical-coordinate representation of color #147CFA: hue angle of 212.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147CFA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 124 250 -
CMYK 0.92 0.50 0 0.02
HSL 212.87º 0.96% 0.53% -
HSV(B) 212.87º 0.92% 0.98% -
XYZ 24.75 21.47 93.28 -
YUV 107.27 208.54 65.75 -
System Red Green Blue C M Y K H S L
Decimal 20 124 250 0.92 0.50 0 0.02 212.87 0.96 0.53
Hex 14 7C FA 5C 32 0 2 D5 60 35
Octal 24 174 372 134 62 0 2 325 140 65
Binary 10100 1111100 11111010 1011100 110010 0 10 11010101 1100000 110101

Color Harmonies of #147CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CFA

Black with #147CFA

Text Example


Text Example

White with #147CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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