Html Css Color HEX #1685DD Dodger Blue

📋 copy color: '#1685DD'

red 22 ◦ green 133 ◦ blue 221

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

Shades of Dodger Blue #1685DD

Tints of Dodger Blue #1685DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 5.85%
G = 35.37%
B = 58.78%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1685DD (or 0x1685DD) is known color: Dodger Blue. HEX triplet: 16, 85 and DD. RGB value is (22,133,221). Sum of RGB (Red+Green+Blue) = 22+133+221=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1685DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685DD is #E97A22. Grayscale: #6D6D6D. Windows color (decimal): -15301155 or 14517526. OLE color: 14517526.

HSL color Cylindrical-coordinate representation of color #1685DD: hue angle of 206.53º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1685DD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 133 221 -
CMYK 0.90 0.40 0 0.13
HSL 206.53º 0.82% 0.48% -
HSV(B) 206.53º 0.9% 0.87% -
XYZ 21.77 22.17 71.54 -
YUV 109.84 190.73 65.34 -
System Red Green Blue C M Y K H S L
Decimal 22 133 221 0.90 0.40 0 0.13 206.53 0.82 0.48
Hex 16 85 DD 5A 28 0 D CF 52 30
Octal 26 205 335 132 50 0 15 317 122 60
Binary 10110 10000101 11011101 1011010 101000 0 1101 11001111 1010010 110000

Color Harmonies of #1685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1685DD

Black with #1685DD

Text Example


Text Example

White with #1685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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