Html Css Color HEX #147AED Dodger Blue

📋 copy color: '#147AED'

red 20 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #147AED

Tints of Dodger Blue #147AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 5.28%
G = 32.19%
B = 62.53%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#147AED (or 0x147AED) is known color: Dodger Blue. HEX triplet: 14, 7A and ED. RGB value is (20,122,237). Sum of RGB (Red+Green+Blue) = 20+122+237=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #147AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147AED is #EB8512. Grayscale: #686868. Windows color (decimal): -15435027 or 15563284. OLE color: 15563284.

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

Color convert

RGB 20 122 237 -
CMYK 0.92 0.49 0 0.07
HSL 211.8º 0.86% 0.5% -
HSV(B) 211.8º 0.92% 0.93% -
XYZ 22.53 20.18 82.83 -
YUV 104.61 202.71 67.65 -
System Red Green Blue C M Y K H S L
Decimal 20 122 237 0.92 0.49 0 0.07 211.8 0.86 0.5
Hex 14 7A ED 5C 31 0 7 D4 56 32
Octal 24 172 355 134 61 0 7 324 126 62
Binary 10100 1111010 11101101 1011100 110001 0 111 11010100 1010110 110010

Color Harmonies of #147AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147AED

Black with #147AED

Text Example


Text Example

White with #147AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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