Html Css Color HEX #1384DC Dodger Blue

📋 copy color: '#1384DC'

red 19 ◦ green 132 ◦ blue 220

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

Shades of Dodger Blue #1384DC

Tints of Dodger Blue #1384DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 5.12%
G = 35.58%
B = 59.3%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1384DC (or 0x1384DC) is known color: Dodger Blue. HEX triplet: 13, 84 and DC. RGB value is (19,132,220). Sum of RGB (Red+Green+Blue) = 19+132+220=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1384DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384DC is #EC7B23. Grayscale: #6B6B6B. Windows color (decimal): -15498020 or 14451731. OLE color: 14451731.

HSL color Cylindrical-coordinate representation of color #1384DC: hue angle of 206.27º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1384DC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 132 220 -
CMYK 0.91 0.40 0 0.14
HSL 206.27º 0.84% 0.47% -
HSV(B) 206.27º 0.91% 0.86% -
XYZ 21.44 21.81 70.79 -
YUV 108.25 191.06 64.34 -
System Red Green Blue C M Y K H S L
Decimal 19 132 220 0.91 0.40 0 0.14 206.27 0.84 0.47
Hex 13 84 DC 5B 28 0 E CE 54 2F
Octal 23 204 334 133 50 0 16 316 124 57
Binary 10011 10000100 11011100 1011011 101000 0 1110 11001110 1010100 101111

Color Harmonies of #1384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384DC

Black with #1384DC

Text Example


Text Example

White with #1384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1384DC; }

 p { color: rgb(19,132,220); }

 H1.HeaderClassName
 {
   color: #1384DC;
 }
 .AnyTagClassName
 {
   color: #1384DC;
 }
</style>

background-color css

<style>
 a { background-color: #1384DC; }

 a { background-color: rgb(19,132,220); }

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

border-color css

<style>
 span { border-color: #1384DC; }

 span { border-color: rgb(19,132,220); }

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