Html Css Color HEX #1786DD Dodger Blue

📋 copy color: '#1786DD'

red 23 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #1786DD

Tints of Dodger Blue #1786DD

RGB

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

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

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

R = 6.08%
G = 35.45%
B = 58.47%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1786DD (or 0x1786DD) is known color: Dodger Blue. HEX triplet: 17, 86 and DD. RGB value is (23,134,221). Sum of RGB (Red+Green+Blue) = 23+134+221=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #1786DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786DD is #E87922. Grayscale: #6E6E6E. Windows color (decimal): -15235363 or 14517783. OLE color: 14517783.

HSL color Cylindrical-coordinate representation of color #1786DD: hue angle of 206.36º degrees, saturation: 0.81, 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 #1786DD is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 134 221 -
CMYK 0.90 0.39 0 0.13
HSL 206.36º 0.81% 0.48% -
HSV(B) 206.36º 0.9% 0.87% -
XYZ 21.93 22.45 71.58 -
YUV 110.73 190.23 65.43 -
System Red Green Blue C M Y K H S L
Decimal 23 134 221 0.90 0.39 0 0.13 206.36 0.81 0.48
Hex 17 86 DD 5A 27 0 D CE 51 30
Octal 27 206 335 132 47 0 15 316 121 60
Binary 10111 10000110 11011101 1011010 100111 0 1101 11001110 1010001 110000

Color Harmonies of #1786DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1786DD

Black with #1786DD

Text Example


Text Example

White with #1786DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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