Html Css Color HEX #1384DD Dodger Blue

📋 copy color: '#1384DD'

red 19 ◦ green 132 ◦ blue 221

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

Shades of Dodger Blue #1384DD

Tints of Dodger Blue #1384DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 5.11%
G = 35.48%
B = 59.41%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1384DD (or 0x1384DD) is known color: Dodger Blue. HEX triplet: 13, 84 and DD. RGB value is (19,132,221). Sum of RGB (Red+Green+Blue) = 19+132+221=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #1384DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384DD is #EC7B22. Grayscale: #6B6B6B. Windows color (decimal): -15498019 or 14517267. OLE color: 14517267.

HSL color Cylindrical-coordinate representation of color #1384DD: hue angle of 206.44º 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 #1384DD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 132 221 -
CMYK 0.91 0.40 0 0.13
HSL 206.44º 0.84% 0.47% -
HSV(B) 206.44º 0.91% 0.87% -
XYZ 21.57 21.86 71.49 -
YUV 108.36 191.56 64.26 -
System Red Green Blue C M Y K H S L
Decimal 19 132 221 0.91 0.40 0 0.13 206.44 0.84 0.47
Hex 13 84 DD 5B 28 0 D CE 54 2F
Octal 23 204 335 133 50 0 15 316 124 57
Binary 10011 10000100 11011101 1011011 101000 0 1101 11001110 1010100 101111

Color Harmonies of #1384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384DD

Black with #1384DD

Text Example


Text Example

White with #1384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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