Html Css Color HEX #1479ED Dodger Blue

📋 copy color: '#1479ED'

red 20 ◦ green 121 ◦ blue 237

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

Shades of Dodger Blue #1479ED

Tints of Dodger Blue #1479ED

RGB

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

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

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

R = 5.29%
G = 32.01%
B = 62.7%

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

#1479ED (or 0x1479ED) is known color: Dodger Blue. HEX triplet: 14, 79 and ED. RGB value is (20,121,237). Sum of RGB (Red+Green+Blue) = 20+121+237=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #1479ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479ED is #EB8612. Grayscale: #676767. Windows color (decimal): -15435283 or 15563028. OLE color: 15563028.

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

Color convert

RGB 20 121 237 -
CMYK 0.92 0.49 0 0.07
HSL 212.07º 0.86% 0.5% -
HSV(B) 212.07º 0.92% 0.93% -
XYZ 22.41 19.94 82.79 -
YUV 104.03 203.04 68.07 -
System Red Green Blue C M Y K H S L
Decimal 20 121 237 0.92 0.49 0 0.07 212.07 0.86 0.5
Hex 14 79 ED 5C 31 0 7 D4 56 32
Octal 24 171 355 134 61 0 7 324 126 62
Binary 10100 1111001 11101101 1011100 110001 0 111 11010100 1010110 110010

Color Harmonies of #1479ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479ED

Black with #1479ED

Text Example


Text Example

White with #1479ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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