Html Css Color HEX #1786DB Dodger Blue

📋 copy color: '#1786DB'

red 23 ◦ green 134 ◦ blue 219

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

Shades of Dodger Blue #1786DB

Tints of Dodger Blue #1786DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 6.12%
G = 35.64%
B = 58.24%

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

#1786DB (or 0x1786DB) is known color: Dodger Blue. HEX triplet: 17, 86 and DB. RGB value is (23,134,219). Sum of RGB (Red+Green+Blue) = 23+134+219=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #1786DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786DB is #E87924. Grayscale: #6E6E6E. Windows color (decimal): -15235365 or 14386711. OLE color: 14386711.

HSL color Cylindrical-coordinate representation of color #1786DB: hue angle of 206.02º 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 #1786DB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 134 219 -
CMYK 0.89 0.39 0 0.14
HSL 206.02º 0.81% 0.47% -
HSV(B) 206.02º 0.89% 0.86% -
XYZ 21.66 22.35 70.19 -
YUV 110.5 189.23 65.59 -
System Red Green Blue C M Y K H S L
Decimal 23 134 219 0.89 0.39 0 0.14 206.02 0.81 0.47
Hex 17 86 DB 59 27 0 E CE 51 2F
Octal 27 206 333 131 47 0 16 316 121 57
Binary 10111 10000110 11011011 1011001 100111 0 1110 11001110 1010001 101111

Color Harmonies of #1786DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1786DB

Black with #1786DB

Text Example


Text Example

White with #1786DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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