Html Css Color HEX #1683DB Dodger Blue

📋 copy color: '#1683DB'

red 22 ◦ green 131 ◦ blue 219

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

Shades of Dodger Blue #1683DB

Tints of Dodger Blue #1683DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 5.91%
G = 35.22%
B = 58.87%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1683DB (or 0x1683DB) is known color: Dodger Blue. HEX triplet: 16, 83 and DB. RGB value is (22,131,219). Sum of RGB (Red+Green+Blue) = 22+131+219=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1683DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683DB is #E97C24. Grayscale: #6B6B6B. Windows color (decimal): -15301669 or 14385942. OLE color: 14385942.

HSL color Cylindrical-coordinate representation of color #1683DB: hue angle of 206.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1683DB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 131 219 -
CMYK 0.90 0.40 0 0.14
HSL 206.8º 0.82% 0.47% -
HSV(B) 206.8º 0.9% 0.86% -
XYZ 21.23 21.52 70.05 -
YUV 108.44 190.39 66.34 -
System Red Green Blue C M Y K H S L
Decimal 22 131 219 0.90 0.40 0 0.14 206.8 0.82 0.47
Hex 16 83 DB 5A 28 0 E CF 52 2F
Octal 26 203 333 132 50 0 16 317 122 57
Binary 10110 10000011 11011011 1011010 101000 0 1110 11001111 1010010 101111

Color Harmonies of #1683DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683DB

Black with #1683DB

Text Example


Text Example

White with #1683DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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