Html Css Color HEX #1379ED Dodger Blue

📋 copy color: '#1379ED'

red 19 ◦ green 121 ◦ blue 237

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

Shades of Dodger Blue #1379ED

Tints of Dodger Blue #1379ED

RGB

 RED value IS 19 (7.81% from 255) = 5.04%

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

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

R = 5.04%
G = 32.1%
B = 62.86%

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

#1379ED (or 0x1379ED) is known color: Dodger Blue. HEX triplet: 13, 79 and ED. RGB value is (19,121,237). Sum of RGB (Red+Green+Blue) = 19+121+237=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #1379ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1379ED is #EC8612. Grayscale: #676767. Windows color (decimal): -15500819 or 15563027. OLE color: 15563027.

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

Color convert

RGB 19 121 237 -
CMYK 0.92 0.49 0 0.07
HSL 211.93º 0.86% 0.5% -
HSV(B) 211.93º 0.92% 0.93% -
XYZ 22.39 19.93 82.79 -
YUV 103.73 203.21 67.57 -
System Red Green Blue C M Y K H S L
Decimal 19 121 237 0.92 0.49 0 0.07 211.93 0.86 0.5
Hex 13 79 ED 5C 31 0 7 D4 56 32
Octal 23 171 355 134 61 0 7 324 126 62
Binary 10011 1111001 11101101 1011100 110001 0 111 11010100 1010110 110010

Color Harmonies of #1379ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379ED

Black with #1379ED

Text Example


Text Example

White with #1379ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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