Html Css Color HEX #1382EB Dodger Blue

📋 copy color: '#1382EB'

red 19 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #1382EB

Tints of Dodger Blue #1382EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 4.95%
G = 33.85%
B = 61.2%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1382EB (or 0x1382EB) is known color: Dodger Blue. HEX triplet: 13, 82 and EB. RGB value is (19,130,235). Sum of RGB (Red+Green+Blue) = 19+130+235=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #1382EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1382EB is #EC7D14. Grayscale: #6C6C6C. Windows color (decimal): -15498517 or 15434259. OLE color: 15434259.

HSL color Cylindrical-coordinate representation of color #1382EB: hue angle of 209.17º 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 #1382EB is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 130 235 -
CMYK 0.92 0.45 0 0.08
HSL 209.17º 0.85% 0.5% -
HSV(B) 209.17º 0.92% 0.92% -
XYZ 23.25 22.1 81.64 -
YUV 108.78 199.23 63.96 -
System Red Green Blue C M Y K H S L
Decimal 19 130 235 0.92 0.45 0 0.08 209.17 0.85 0.5
Hex 13 82 EB 5C 2D 0 8 D1 55 32
Octal 23 202 353 134 55 0 10 321 125 62
Binary 10011 10000010 11101011 1011100 101101 0 1000 11010001 1010101 110010

Color Harmonies of #1382EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382EB

Black with #1382EB

Text Example


Text Example

White with #1382EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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