Html Css Color HEX #147EEB Dodger Blue

📋 copy color: '#147EEB'

red 20 ◦ green 126 ◦ blue 235

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

Shades of Dodger Blue #147EEB

Tints of Dodger Blue #147EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 5.25%
G = 33.07%
B = 61.68%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#147EEB (or 0x147EEB) is known color: Dodger Blue. HEX triplet: 14, 7E and EB. RGB value is (20,126,235). Sum of RGB (Red+Green+Blue) = 20+126+235=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #147EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EEB is #EB8114. Grayscale: #6A6A6A. Windows color (decimal): -15434005 or 15433236. OLE color: 15433236.

HSL color Cylindrical-coordinate representation of color #147EEB: hue angle of 210.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147EEB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 126 235 -
CMYK 0.91 0.46 0 0.08
HSL 210.42º 0.84% 0.5% -
HSV(B) 210.42º 0.91% 0.92% -
XYZ 22.74 21.07 81.47 -
YUV 106.73 200.38 66.14 -
System Red Green Blue C M Y K H S L
Decimal 20 126 235 0.91 0.46 0 0.08 210.42 0.84 0.5
Hex 14 7E EB 5B 2E 0 8 D2 54 32
Octal 24 176 353 133 56 0 10 322 124 62
Binary 10100 1111110 11101011 1011011 101110 0 1000 11010010 1010100 110010

Color Harmonies of #147EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EEB

Black with #147EEB

Text Example


Text Example

White with #147EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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