Html Css Color HEX #1683FF Dodger Blue

📋 copy color: '#1683FF'

red 22 ◦ green 131 ◦ blue 255

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

Shades of Dodger Blue #1683FF

Tints of Dodger Blue #1683FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.5%

R = 5.39%
G = 32.11%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1683FF (or 0x1683FF) is known color: Dodger Blue. HEX triplet: 16, 83 and FF. RGB value is (22,131,255). Sum of RGB (Red+Green+Blue) = 22+131+255=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1683FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683FF is #E97C00. Grayscale: #6F6F6F. Windows color (decimal): -15301633 or 16745238. OLE color: 16745238.

HSL color Cylindrical-coordinate representation of color #1683FF: hue angle of 211.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1683FF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 22 131 255 -
CMYK 0.91 0.49 0 0
HSL 211.93º 1% 0.54% -
HSV(B) 211.93º 0.91% 1% -
XYZ 26.5 23.62 97.77 -
YUV 112.55 208.39 63.42 -
System Red Green Blue C M Y K H S L
Decimal 22 131 255 0.91 0.49 0 0 211.93 1 0.54
Hex 16 83 FF 5B 31 0 0 D4 64 36
Octal 26 203 377 133 61 0 0 324 144 66
Binary 10110 10000011 11111111 1011011 110001 0 0 11010100 1100100 110110

Color Harmonies of #1683FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683FF

Black with #1683FF

Text Example


Text Example

White with #1683FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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