Html Css Color HEX #1373EC Dodger Blue

📋 copy color: '#1373EC'

red 19 ◦ green 115 ◦ blue 236

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

Shades of Dodger Blue #1373EC

Tints of Dodger Blue #1373EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 236 (92.58% from 255) = 63.78%

R = 5.14%
G = 31.08%
B = 63.78%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1373EC (or 0x1373EC) is known color: Dodger Blue. HEX triplet: 13, 73 and EC. RGB value is (19,115,236). Sum of RGB (Red+Green+Blue) = 19+115+236=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #1373EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373EC is #EC8C13. Grayscale: #636363. Windows color (decimal): -15502356 or 15495955. OLE color: 15495955.

HSL color Cylindrical-coordinate representation of color #1373EC: hue angle of 213.46º degrees, saturation: 0.85, 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 #1373EC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 115 236 -
CMYK 0.92 0.51 0 0.07
HSL 213.46º 0.85% 0.5% -
HSV(B) 213.46º 0.92% 0.93% -
XYZ 21.54 18.46 81.78 -
YUV 100.09 204.7 70.16 -
System Red Green Blue C M Y K H S L
Decimal 19 115 236 0.92 0.51 0 0.07 213.46 0.85 0.5
Hex 13 73 EC 5C 33 0 7 D5 55 32
Octal 23 163 354 134 63 0 7 325 125 62
Binary 10011 1110011 11101100 1011100 110011 0 111 11010101 1010101 110010

Color Harmonies of #1373EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373EC

Black with #1373EC

Text Example


Text Example

White with #1373EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1373EC; }

 p { color: rgb(19,115,236); }

 H1.HeaderClassName
 {
   color: #1373EC;
 }
 .AnyTagClassName
 {
   color: #1373EC;
 }
</style>

background-color css

<style>
 a { background-color: #1373EC; }

 a { background-color: rgb(19,115,236); }

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

border-color css

<style>
 span { border-color: #1373EC; }

 span { border-color: rgb(19,115,236); }

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