Html Css Color HEX #1683EB Dodger Blue

📋 copy color: '#1683EB'

red 22 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #1683EB

Tints of Dodger Blue #1683EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 5.67%
G = 33.76%
B = 60.57%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1683EB (or 0x1683EB) is known color: Dodger Blue. HEX triplet: 16, 83 and EB. RGB value is (22,131,235). Sum of RGB (Red+Green+Blue) = 22+131+235=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #1683EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683EB is #E97C14. Grayscale: #6D6D6D. Windows color (decimal): -15301653 or 15434518. OLE color: 15434518.

HSL color Cylindrical-coordinate representation of color #1683EB: hue angle of 209.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1683EB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 131 235 -
CMYK 0.91 0.44 0 0.08
HSL 209.3º 0.84% 0.5% -
HSV(B) 209.3º 0.91% 0.92% -
XYZ 23.44 22.4 81.69 -
YUV 110.27 198.39 65.04 -
System Red Green Blue C M Y K H S L
Decimal 22 131 235 0.91 0.44 0 0.08 209.3 0.84 0.5
Hex 16 83 EB 5B 2C 0 8 D1 54 32
Octal 26 203 353 133 54 0 10 321 124 62
Binary 10110 10000011 11101011 1011011 101100 0 1000 11010001 1010100 110010

Color Harmonies of #1683EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683EB

Black with #1683EB

Text Example


Text Example

White with #1683EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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