Html Css Color HEX #147DEC Dodger Blue

📋 copy color: '#147DEC'

red 20 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #147DEC

Tints of Dodger Blue #147DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 5.25%
G = 32.81%
B = 61.94%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#147DEC (or 0x147DEC) is known color: Dodger Blue. HEX triplet: 14, 7D and EC. RGB value is (20,125,236). Sum of RGB (Red+Green+Blue) = 20+125+236=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #147DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DEC is #EB8213. Grayscale: #696969. Windows color (decimal): -15434260 or 15498516. OLE color: 15498516.

HSL color Cylindrical-coordinate representation of color #147DEC: hue angle of 210.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DEC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 125 236 -
CMYK 0.92 0.47 0 0.07
HSL 210.83º 0.85% 0.5% -
HSV(B) 210.83º 0.92% 0.93% -
XYZ 22.76 20.87 82.19 -
YUV 106.26 201.21 66.47 -
System Red Green Blue C M Y K H S L
Decimal 20 125 236 0.92 0.47 0 0.07 210.83 0.85 0.5
Hex 14 7D EC 5C 2F 0 7 D3 55 32
Octal 24 175 354 134 57 0 7 323 125 62
Binary 10100 1111101 11101100 1011100 101111 0 111 11010011 1010101 110010

Color Harmonies of #147DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DEC

Black with #147DEC

Text Example


Text Example

White with #147DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,236); }

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

background-color css

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

 a { background-color: rgb(20,125,236); }

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

border-color css

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

 span { border-color: rgb(20,125,236); }

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