Html Css Color HEX #1683DD Dodger Blue

📋 copy color: '#1683DD'

red 22 ◦ green 131 ◦ blue 221

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

Shades of Dodger Blue #1683DD

Tints of Dodger Blue #1683DD

RGB

 RED value IS 22 (8.98% from 255) = 5.88%

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

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

R = 5.88%
G = 35.03%
B = 59.09%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1683DD (or 0x1683DD) is known color: Dodger Blue. HEX triplet: 16, 83 and DD. RGB value is (22,131,221). Sum of RGB (Red+Green+Blue) = 22+131+221=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #1683DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683DD is #E97C22. Grayscale: #6C6C6C. Windows color (decimal): -15301667 or 14517014. OLE color: 14517014.

HSL color Cylindrical-coordinate representation of color #1683DD: hue angle of 207.14º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1683DD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 131 221 -
CMYK 0.90 0.41 0 0.13
HSL 207.14º 0.82% 0.48% -
HSV(B) 207.14º 0.9% 0.87% -
XYZ 21.5 21.62 71.45 -
YUV 108.67 191.39 66.18 -
System Red Green Blue C M Y K H S L
Decimal 22 131 221 0.90 0.41 0 0.13 207.14 0.82 0.48
Hex 16 83 DD 5A 29 0 D CF 52 30
Octal 26 203 335 132 51 0 15 317 122 60
Binary 10110 10000011 11011101 1011010 101001 0 1101 11001111 1010010 110000

Color Harmonies of #1683DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683DD

Black with #1683DD

Text Example


Text Example

White with #1683DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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