Html Css Color HEX #1785DB Dodger Blue

📋 copy color: '#1785DB'

red 23 ◦ green 133 ◦ blue 219

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

Shades of Dodger Blue #1785DB

Tints of Dodger Blue #1785DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 6.13%
G = 35.47%
B = 58.4%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1785DB (or 0x1785DB) is known color: Dodger Blue. HEX triplet: 17, 85 and DB. RGB value is (23,133,219). Sum of RGB (Red+Green+Blue) = 23+133+219=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1785DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785DB is #E87A24. Grayscale: #6D6D6D. Windows color (decimal): -15235621 or 14386455. OLE color: 14386455.

HSL color Cylindrical-coordinate representation of color #1785DB: hue angle of 206.33º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1785DB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 133 219 -
CMYK 0.89 0.39 0 0.14
HSL 206.33º 0.81% 0.47% -
HSV(B) 206.33º 0.89% 0.86% -
XYZ 21.53 22.07 70.14 -
YUV 109.91 189.56 66.01 -
System Red Green Blue C M Y K H S L
Decimal 23 133 219 0.89 0.39 0 0.14 206.33 0.81 0.47
Hex 17 85 DB 59 27 0 E CE 51 2F
Octal 27 205 333 131 47 0 16 316 121 57
Binary 10111 10000101 11011011 1011001 100111 0 1110 11001110 1010001 101111

Color Harmonies of #1785DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785DB

Black with #1785DB

Text Example


Text Example

White with #1785DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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