Html Css Color HEX #1383DD Dodger Blue

📋 copy color: '#1383DD'

red 19 ◦ green 131 ◦ blue 221

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

Shades of Dodger Blue #1383DD

Tints of Dodger Blue #1383DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 5.12%
G = 35.31%
B = 59.57%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1383DD (or 0x1383DD) is known color: Dodger Blue. HEX triplet: 13, 83 and DD. RGB value is (19,131,221). Sum of RGB (Red+Green+Blue) = 19+131+221=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #1383DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383DD is #EC7C22. Grayscale: #6B6B6B. Windows color (decimal): -15498275 or 14517011. OLE color: 14517011.

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

Color convert

RGB 19 131 221 -
CMYK 0.91 0.41 0 0.13
HSL 206.73º 0.84% 0.47% -
HSV(B) 206.73º 0.91% 0.87% -
XYZ 21.44 21.59 71.44 -
YUV 107.77 191.89 64.68 -
System Red Green Blue C M Y K H S L
Decimal 19 131 221 0.91 0.41 0 0.13 206.73 0.84 0.47
Hex 13 83 DD 5B 29 0 D CF 54 2F
Octal 23 203 335 133 51 0 15 317 124 57
Binary 10011 10000011 11011101 1011011 101001 0 1101 11001111 1010100 101111

Color Harmonies of #1383DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383DD

Black with #1383DD

Text Example


Text Example

White with #1383DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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