Html Css Color HEX #147EED Dodger Blue

📋 copy color: '#147EED'

red 20 ◦ green 126 ◦ blue 237

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

Shades of Dodger Blue #147EED

Tints of Dodger Blue #147EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 5.22%
G = 32.9%
B = 61.88%

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

#147EED (or 0x147EED) is known color: Dodger Blue. HEX triplet: 14, 7E and ED. RGB value is (20,126,237). Sum of RGB (Red+Green+Blue) = 20+126+237=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #147EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EED is #EB8112. Grayscale: #6A6A6A. Windows color (decimal): -15434003 or 15564308. OLE color: 15564308.

HSL color Cylindrical-coordinate representation of color #147EED: hue angle of 210.69º degrees, saturation: 0.86, 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 #147EED is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 126 237 -
CMYK 0.92 0.47 0 0.07
HSL 210.69º 0.86% 0.5% -
HSV(B) 210.69º 0.92% 0.93% -
XYZ 23.04 21.18 83 -
YUV 106.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 20 126 237 0.92 0.47 0 0.07 210.69 0.86 0.5
Hex 14 7E ED 5C 2F 0 7 D3 56 32
Octal 24 176 355 134 57 0 7 323 126 62
Binary 10100 1111110 11101101 1011100 101111 0 111 11010011 1010110 110010

Color Harmonies of #147EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EED

Black with #147EED

Text Example


Text Example

White with #147EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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