Html Css Color HEX #1382DF Dodger Blue

📋 copy color: '#1382DF'

red 19 ◦ green 130 ◦ blue 223

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

Shades of Dodger Blue #1382DF

Tints of Dodger Blue #1382DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 5.11%
G = 34.95%
B = 59.95%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1382DF (or 0x1382DF) is known color: Dodger Blue. HEX triplet: 13, 82 and DF. RGB value is (19,130,223). Sum of RGB (Red+Green+Blue) = 19+130+223=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1382DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382DF is #EC7D20. Grayscale: #6A6A6A. Windows color (decimal): -15498529 or 14647827. OLE color: 14647827.

HSL color Cylindrical-coordinate representation of color #1382DF: hue angle of 207.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1382DF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 130 223 -
CMYK 0.91 0.42 0 0.13
HSL 207.35º 0.84% 0.47% -
HSV(B) 207.35º 0.91% 0.87% -
XYZ 21.57 21.43 72.81 -
YUV 107.41 193.23 64.94 -
System Red Green Blue C M Y K H S L
Decimal 19 130 223 0.91 0.42 0 0.13 207.35 0.84 0.47
Hex 13 82 DF 5B 2A 0 D CF 54 2F
Octal 23 202 337 133 52 0 15 317 124 57
Binary 10011 10000010 11011111 1011011 101010 0 1101 11001111 1010100 101111

Color Harmonies of #1382DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382DF

Black with #1382DF

Text Example


Text Example

White with #1382DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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