Html Css Color HEX #1680EE Dodger Blue

📋 copy color: '#1680EE'

red 22 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #1680EE

Tints of Dodger Blue #1680EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 5.67%
G = 32.99%
B = 61.34%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1680EE (or 0x1680EE) is known color: Dodger Blue. HEX triplet: 16, 80 and EE. RGB value is (22,128,238). Sum of RGB (Red+Green+Blue) = 22+128+238=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #1680EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680EE is #E97F11. Grayscale: #6C6C6C. Windows color (decimal): -15302418 or 15630358. OLE color: 15630358.

HSL color Cylindrical-coordinate representation of color #1680EE: hue angle of 210.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1680EE is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 128 238 -
CMYK 0.91 0.46 0 0.07
HSL 210.56º 0.86% 0.51% -
HSV(B) 210.56º 0.91% 0.93% -
XYZ 23.48 21.78 83.86 -
YUV 108.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 22 128 238 0.91 0.46 0 0.07 210.56 0.86 0.51
Hex 16 80 EE 5B 2E 0 7 D3 56 33
Octal 26 200 356 133 56 0 7 323 126 63
Binary 10110 10000000 11101110 1011011 101110 0 111 11010011 1010110 110011

Color Harmonies of #1680EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680EE

Black with #1680EE

Text Example


Text Example

White with #1680EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1680EE; }

 p { color: rgb(22,128,238); }

 H1.HeaderClassName
 {
   color: #1680EE;
 }
 .AnyTagClassName
 {
   color: #1680EE;
 }
</style>

background-color css

<style>
 a { background-color: #1680EE; }

 a { background-color: rgb(22,128,238); }

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

border-color css

<style>
 span { border-color: #1680EE; }

 span { border-color: rgb(22,128,238); }

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