Html Css Color HEX #1786E5 Dodger Blue

📋 copy color: '#1786E5'

red 23 ◦ green 134 ◦ blue 229

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

Shades of Dodger Blue #1786E5

Tints of Dodger Blue #1786E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.33%

R = 5.96%
G = 34.72%
B = 59.33%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1786E5 (or 0x1786E5) is known color: Dodger Blue. HEX triplet: 17, 86 and E5. RGB value is (23,134,229). Sum of RGB (Red+Green+Blue) = 23+134+229=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #1786E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786E5 is #E8791A. Grayscale: #6F6F6F. Windows color (decimal): -15235355 or 15042071. OLE color: 15042071.

HSL color Cylindrical-coordinate representation of color #1786E5: hue angle of 207.67º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1786E5 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 134 229 -
CMYK 0.90 0.41 0 0.10
HSL 207.67º 0.82% 0.49% -
HSV(B) 207.67º 0.9% 0.9% -
XYZ 23.02 22.89 77.33 -
YUV 111.64 194.23 64.78 -
System Red Green Blue C M Y K H S L
Decimal 23 134 229 0.90 0.41 0 0.10 207.67 0.82 0.49
Hex 17 86 E5 5A 29 0 A D0 52 31
Octal 27 206 345 132 51 0 12 320 122 61
Binary 10111 10000110 11100101 1011010 101001 0 1010 11010000 1010010 110001

Color Harmonies of #1786E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1786E5

Black with #1786E5

Text Example


Text Example

White with #1786E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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