Html Css Color HEX #147BEA Dodger Blue

📋 copy color: '#147BEA'

red 20 ◦ green 123 ◦ blue 234

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

Shades of Dodger Blue #147BEA

Tints of Dodger Blue #147BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 5.31%
G = 32.63%
B = 62.07%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#147BEA (or 0x147BEA) is known color: Dodger Blue. HEX triplet: 14, 7B and EA. RGB value is (20,123,234). Sum of RGB (Red+Green+Blue) = 20+123+234=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #147BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BEA is #EB8415. Grayscale: #686868. Windows color (decimal): -15434774 or 15366932. OLE color: 15366932.

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

Color convert

RGB 20 123 234 -
CMYK 0.91 0.47 0 0.08
HSL 211.12º 0.84% 0.5% -
HSV(B) 211.12º 0.91% 0.92% -
XYZ 22.22 20.26 80.58 -
YUV 104.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 20 123 234 0.91 0.47 0 0.08 211.12 0.84 0.5
Hex 14 7B EA 5B 2F 0 8 D3 54 32
Octal 24 173 352 133 57 0 10 323 124 62
Binary 10100 1111011 11101010 1011011 101111 0 1000 11010011 1010100 110010

Color Harmonies of #147BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BEA

Black with #147BEA

Text Example


Text Example

White with #147BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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