Html Css Color HEX #1685DC Dodger Blue

📋 copy color: '#1685DC'

red 22 ◦ green 133 ◦ blue 220

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

Shades of Dodger Blue #1685DC

Tints of Dodger Blue #1685DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 5.87%
G = 35.47%
B = 58.67%

CMYK

 C value IS 0.9

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1685DC (or 0x1685DC) is known color: Dodger Blue. HEX triplet: 16, 85 and DC. RGB value is (22,133,220). Sum of RGB (Red+Green+Blue) = 22+133+220=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1685DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685DC is #E97A23. Grayscale: #6D6D6D. Windows color (decimal): -15301156 or 14451990. OLE color: 14451990.

HSL color Cylindrical-coordinate representation of color #1685DC: hue angle of 206.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1685DC is Cyan = 0.9, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 133 220 -
CMYK 0.9 0.40 0 0.14
HSL 206.36º 0.82% 0.47% -
HSV(B) 206.36º 0.9% 0.86% -
XYZ 21.64 22.11 70.84 -
YUV 109.73 190.23 65.43 -
System Red Green Blue C M Y K H S L
Decimal 22 133 220 0.9 0.40 0 0.14 206.36 0.82 0.47
Hex 16 85 DC 5A 28 0 E CE 52 2F
Octal 26 205 334 132 50 0 16 316 122 57
Binary 10110 10000101 11011100 1011010 101000 0 1110 11001110 1010010 101111

Color Harmonies of #1685DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1685DC

Black with #1685DC

Text Example


Text Example

White with #1685DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1685DC; }

 p { color: rgb(22,133,220); }

 H1.HeaderClassName
 {
   color: #1685DC;
 }
 .AnyTagClassName
 {
   color: #1685DC;
 }
</style>

background-color css

<style>
 a { background-color: #1685DC; }

 a { background-color: rgb(22,133,220); }

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

border-color css

<style>
 span { border-color: #1685DC; }

 span { border-color: rgb(22,133,220); }

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