Html Css Color HEX #1683EC Dodger Blue

📋 copy color: '#1683EC'

red 22 ◦ green 131 ◦ blue 236

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

Shades of Dodger Blue #1683EC

Tints of Dodger Blue #1683EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.67%

R = 5.66%
G = 33.68%
B = 60.67%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1683EC (or 0x1683EC) is known color: Dodger Blue. HEX triplet: 16, 83 and EC. RGB value is (22,131,236). Sum of RGB (Red+Green+Blue) = 22+131+236=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #1683EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683EC is #E97C13. Grayscale: #6D6D6D. Windows color (decimal): -15301652 or 15500054. OLE color: 15500054.

HSL color Cylindrical-coordinate representation of color #1683EC: hue angle of 209.44º degrees, saturation: 0.85, 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 #1683EC is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 131 236 -
CMYK 0.91 0.44 0 0.07
HSL 209.44º 0.85% 0.51% -
HSV(B) 209.44º 0.91% 0.93% -
XYZ 23.59 22.46 82.45 -
YUV 110.38 198.89 64.96 -
System Red Green Blue C M Y K H S L
Decimal 22 131 236 0.91 0.44 0 0.07 209.44 0.85 0.51
Hex 16 83 EC 5B 2C 0 7 D1 55 33
Octal 26 203 354 133 54 0 7 321 125 63
Binary 10110 10000011 11101100 1011011 101100 0 111 11010001 1010101 110011

Color Harmonies of #1683EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683EC

Black with #1683EC

Text Example


Text Example

White with #1683EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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