Html Css Color HEX #1479EA Dodger Blue

📋 copy color: '#1479EA'

red 20 ◦ green 121 ◦ blue 234

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

Shades of Dodger Blue #1479EA

Tints of Dodger Blue #1479EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 5.33%
G = 32.27%
B = 62.4%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1479EA (or 0x1479EA) is known color: Dodger Blue. HEX triplet: 14, 79 and EA. RGB value is (20,121,234). Sum of RGB (Red+Green+Blue) = 20+121+234=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1479EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479EA is #EB8615. Grayscale: #676767. Windows color (decimal): -15435286 or 15366420. OLE color: 15366420.

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

Color convert

RGB 20 121 234 -
CMYK 0.91 0.48 0 0.08
HSL 211.68º 0.84% 0.5% -
HSV(B) 211.68º 0.91% 0.92% -
XYZ 21.98 19.76 80.5 -
YUV 103.68 201.54 68.31 -
System Red Green Blue C M Y K H S L
Decimal 20 121 234 0.91 0.48 0 0.08 211.68 0.84 0.5
Hex 14 79 EA 5B 30 0 8 D4 54 32
Octal 24 171 352 133 60 0 10 324 124 62
Binary 10100 1111001 11101010 1011011 110000 0 1000 11010100 1010100 110010

Color Harmonies of #1479EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479EA

Black with #1479EA

Text Example


Text Example

White with #1479EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1479EA; }

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

 H1.HeaderClassName
 {
   color: #1479EA;
 }
 .AnyTagClassName
 {
   color: #1479EA;
 }
</style>

background-color css

<style>
 a { background-color: #1479EA; }

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

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

border-color css

<style>
 span { border-color: #1479EA; }

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

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