Html Css Color HEX #1382EF Dodger Blue

📋 copy color: '#1382EF'

red 19 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #1382EF

Tints of Dodger Blue #1382EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 4.9%
G = 33.51%
B = 61.6%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1382EF (or 0x1382EF) is known color: Dodger Blue. HEX triplet: 13, 82 and EF. RGB value is (19,130,239). Sum of RGB (Red+Green+Blue) = 19+130+239=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #1382EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1382EF is #EC7D10. Grayscale: #6C6C6C. Windows color (decimal): -15498513 or 15696403. OLE color: 15696403.

HSL color Cylindrical-coordinate representation of color #1382EF: hue angle of 209.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1382EF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 130 239 -
CMYK 0.92 0.46 0 0.06
HSL 209.73º 0.87% 0.51% -
HSV(B) 209.73º 0.92% 0.94% -
XYZ 23.83 22.34 84.72 -
YUV 109.24 201.23 63.64 -
System Red Green Blue C M Y K H S L
Decimal 19 130 239 0.92 0.46 0 0.06 209.73 0.87 0.51
Hex 13 82 EF 5C 2E 0 6 D2 57 33
Octal 23 202 357 134 56 0 6 322 127 63
Binary 10011 10000010 11101111 1011100 101110 0 110 11010010 1010111 110011

Color Harmonies of #1382EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382EF

Black with #1382EF

Text Example


Text Example

White with #1382EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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