Html Css Color HEX #1382FF Dodger Blue

📋 copy color: '#1382FF'

red 19 ◦ green 130 ◦ blue 255

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

Shades of Dodger Blue #1382FF

Tints of Dodger Blue #1382FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 4.7%
G = 32.18%
B = 63.12%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1382FF (or 0x1382FF) is known color: Dodger Blue. HEX triplet: 13, 82 and FF. RGB value is (19,130,255). Sum of RGB (Red+Green+Blue) = 19+130+255=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #1382FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1382FF is #EC7D00. Grayscale: #6E6E6E. Windows color (decimal): -15498497 or 16744979. OLE color: 16744979.

HSL color Cylindrical-coordinate representation of color #1382FF: hue angle of 211.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1382FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 130 255 -
CMYK 0.93 0.49 0 0
HSL 211.78º 1% 0.54% -
HSV(B) 211.78º 0.93% 1% -
XYZ 26.3 23.32 97.72 -
YUV 111.06 209.23 62.34 -
System Red Green Blue C M Y K H S L
Decimal 19 130 255 0.93 0.49 0 0 211.78 1 0.54
Hex 13 82 FF 5D 31 0 0 D4 64 36
Octal 23 202 377 135 61 0 0 324 144 66
Binary 10011 10000010 11111111 1011101 110001 0 0 11010100 1100100 110110

Color Harmonies of #1382FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382FF

Black with #1382FF

Text Example


Text Example

White with #1382FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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