Html Css Color HEX #1373EB Dodger Blue

📋 copy color: '#1373EB'

red 19 ◦ green 115 ◦ blue 235

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

Shades of Dodger Blue #1373EB

Tints of Dodger Blue #1373EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 5.15%
G = 31.17%
B = 63.69%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1373EB (or 0x1373EB) is known color: Dodger Blue. HEX triplet: 13, 73 and EB. RGB value is (19,115,235). Sum of RGB (Red+Green+Blue) = 19+115+235=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #1373EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373EB is #EC8C14. Grayscale: #636363. Windows color (decimal): -15502357 or 15430419. OLE color: 15430419.

HSL color Cylindrical-coordinate representation of color #1373EB: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1373EB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 115 235 -
CMYK 0.92 0.51 0 0.08
HSL 213.33º 0.85% 0.5% -
HSV(B) 213.33º 0.92% 0.92% -
XYZ 21.39 18.4 81.02 -
YUV 99.98 204.2 70.24 -
System Red Green Blue C M Y K H S L
Decimal 19 115 235 0.92 0.51 0 0.08 213.33 0.85 0.5
Hex 13 73 EB 5C 33 0 8 D5 55 32
Octal 23 163 353 134 63 0 10 325 125 62
Binary 10011 1110011 11101011 1011100 110011 0 1000 11010101 1010101 110010

Color Harmonies of #1373EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373EB

Black with #1373EB

Text Example


Text Example

White with #1373EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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