Html Css Color HEX #1682EB Dodger Blue

📋 copy color: '#1682EB'

red 22 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #1682EB

Tints of Dodger Blue #1682EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

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

R = 5.68%
G = 33.59%
B = 60.72%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1682EB (or 0x1682EB) is known color: Dodger Blue. HEX triplet: 16, 82 and EB. RGB value is (22,130,235). Sum of RGB (Red+Green+Blue) = 22+130+235=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1682EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682EB is #E97D14. Grayscale: #6D6D6D. Windows color (decimal): -15301909 or 15434262. OLE color: 15434262.

HSL color Cylindrical-coordinate representation of color #1682EB: hue angle of 209.58º 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 #1682EB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 130 235 -
CMYK 0.91 0.45 0 0.08
HSL 209.58º 0.84% 0.5% -
HSV(B) 209.58º 0.91% 0.92% -
XYZ 23.31 22.13 81.64 -
YUV 109.68 198.72 65.46 -
System Red Green Blue C M Y K H S L
Decimal 22 130 235 0.91 0.45 0 0.08 209.58 0.84 0.5
Hex 16 82 EB 5B 2D 0 8 D2 54 32
Octal 26 202 353 133 55 0 10 322 124 62
Binary 10110 10000010 11101011 1011011 101101 0 1000 11010010 1010100 110010

Color Harmonies of #1682EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1682EB

Black with #1682EB

Text Example


Text Example

White with #1682EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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