Html Css Color HEX #147FEA Dodger Blue

📋 copy color: '#147FEA'

red 20 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #147FEA

Tints of Dodger Blue #147FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 5.25%
G = 33.33%
B = 61.42%

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

#147FEA (or 0x147FEA) is known color: Dodger Blue. HEX triplet: 14, 7F and EA. RGB value is (20,127,234). Sum of RGB (Red+Green+Blue) = 20+127+234=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #147FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FEA is #EB8015. Grayscale: #6A6A6A. Windows color (decimal): -15433750 or 15367956. OLE color: 15367956.

HSL color Cylindrical-coordinate representation of color #147FEA: hue angle of 210º 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 #147FEA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 127 234 -
CMYK 0.91 0.46 0 0.08
HSL 210º 0.84% 0.5% -
HSV(B) 210º 0.91% 0.92% -
XYZ 22.73 21.27 80.75 -
YUV 107.21 199.55 65.8 -
System Red Green Blue C M Y K H S L
Decimal 20 127 234 0.91 0.46 0 0.08 210 0.84 0.5
Hex 14 7F EA 5B 2E 0 8 D2 54 32
Octal 24 177 352 133 56 0 10 322 124 62
Binary 10100 1111111 11101010 1011011 101110 0 1000 11010010 1010100 110010

Color Harmonies of #147FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FEA

Black with #147FEA

Text Example


Text Example

White with #147FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,234); }

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

background-color css

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

 a { background-color: rgb(20,127,234); }

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

border-color css

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

 span { border-color: rgb(20,127,234); }

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