Html Css Color HEX #147EEE Dodger Blue

📋 copy color: '#147EEE'

red 20 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #147EEE

Tints of Dodger Blue #147EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 5.21%
G = 32.81%
B = 61.98%

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

#147EEE (or 0x147EEE) is known color: Dodger Blue. HEX triplet: 14, 7E and EE. RGB value is (20,126,238). Sum of RGB (Red+Green+Blue) = 20+126+238=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #147EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EEE is #EB8111. Grayscale: #6A6A6A. Windows color (decimal): -15434002 or 15629844. OLE color: 15629844.

HSL color Cylindrical-coordinate representation of color #147EEE: hue angle of 210.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EEE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 126 238 -
CMYK 0.92 0.47 0 0.07
HSL 210.83º 0.87% 0.51% -
HSV(B) 210.83º 0.92% 0.93% -
XYZ 23.18 21.24 83.77 -
YUV 107.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 20 126 238 0.92 0.47 0 0.07 210.83 0.87 0.51
Hex 14 7E EE 5C 2F 0 7 D3 57 33
Octal 24 176 356 134 57 0 7 323 127 63
Binary 10100 1111110 11101110 1011100 101111 0 111 11010011 1010111 110011

Color Harmonies of #147EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EEE

Black with #147EEE

Text Example


Text Example

White with #147EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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