Html Css Color HEX #1785DC Dodger Blue

📋 copy color: '#1785DC'

red 23 ◦ green 133 ◦ blue 220

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

Shades of Dodger Blue #1785DC

Tints of Dodger Blue #1785DC

RGB

 RED value IS 23 (9.38% from 255) = 6.12%

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

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

R = 6.12%
G = 35.37%
B = 58.51%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1785DC (or 0x1785DC) is known color: Dodger Blue. HEX triplet: 17, 85 and DC. RGB value is (23,133,220). Sum of RGB (Red+Green+Blue) = 23+133+220=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1785DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785DC is #E87A23. Grayscale: #6D6D6D. Windows color (decimal): -15235620 or 14451991. OLE color: 14451991.

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

Color convert

RGB 23 133 220 -
CMYK 0.90 0.40 0 0.14
HSL 206.5º 0.81% 0.48% -
HSV(B) 206.5º 0.9% 0.86% -
XYZ 21.66 22.12 70.84 -
YUV 110.03 190.06 65.93 -
System Red Green Blue C M Y K H S L
Decimal 23 133 220 0.90 0.40 0 0.14 206.5 0.81 0.48
Hex 17 85 DC 5A 28 0 E CE 51 30
Octal 27 205 334 132 50 0 16 316 121 60
Binary 10111 10000101 11011100 1011010 101000 0 1110 11001110 1010001 110000

Color Harmonies of #1785DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785DC

Black with #1785DC

Text Example


Text Example

White with #1785DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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