Html Css Color HEX #147EFB Dodger Blue

📋 copy color: '#147EFB'

red 20 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #147EFB

Tints of Dodger Blue #147EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 5.04%
G = 31.74%
B = 63.22%

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

#147EFB (or 0x147EFB) is known color: Dodger Blue. HEX triplet: 14, 7E and FB. RGB value is (20,126,251). Sum of RGB (Red+Green+Blue) = 20+126+251=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #147EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EFB is #EB8104. Grayscale: #6B6B6B. Windows color (decimal): -15433989 or 16481812. OLE color: 16481812.

HSL color Cylindrical-coordinate representation of color #147EFB: hue angle of 212.47º degrees, saturation: 0.97, 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 #147EFB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 126 251 -
CMYK 0.92 0.50 0 0.02
HSL 212.47º 0.97% 0.53% -
HSV(B) 212.47º 0.92% 0.98% -
XYZ 25.16 22.04 94.19 -
YUV 108.56 208.38 64.84 -
System Red Green Blue C M Y K H S L
Decimal 20 126 251 0.92 0.50 0 0.02 212.47 0.97 0.53
Hex 14 7E FB 5C 32 0 2 D4 61 35
Octal 24 176 373 134 62 0 2 324 141 65
Binary 10100 1111110 11111011 1011100 110010 0 10 11010100 1100001 110101

Color Harmonies of #147EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EFB

Black with #147EFB

Text Example


Text Example

White with #147EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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