Html Css Color HEX #1886DE Dodger Blue

📋 copy color: '#1886DE'

red 24 ◦ green 134 ◦ blue 222

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

Shades of Dodger Blue #1886DE

Tints of Dodger Blue #1886DE

RGB

 RED value IS 24 (9.77% from 255) = 6.32%

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 6.32%
G = 35.26%
B = 58.42%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1886DE (or 0x1886DE) is known color: Dodger Blue. HEX triplet: 18, 86 and DE. RGB value is (24,134,222). Sum of RGB (Red+Green+Blue) = 24+134+222=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #1886DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886DE is #E77921. Grayscale: #6E6E6E. Windows color (decimal): -15169826 or 14583320. OLE color: 14583320.

HSL color Cylindrical-coordinate representation of color #1886DE: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1886DE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 134 222 -
CMYK 0.89 0.40 0 0.13
HSL 206.67º 0.8% 0.48% -
HSV(B) 206.67º 0.89% 0.87% -
XYZ 22.09 22.52 72.29 -
YUV 111.14 190.56 65.84 -
System Red Green Blue C M Y K H S L
Decimal 24 134 222 0.89 0.40 0 0.13 206.67 0.8 0.48
Hex 18 86 DE 59 28 0 D CF 50 30
Octal 30 206 336 131 50 0 15 317 120 60
Binary 11000 10000110 11011110 1011001 101000 0 1101 11001111 1010000 110000

Color Harmonies of #1886DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886DE

Black with #1886DE

Text Example


Text Example

White with #1886DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1886DE; }

 p { color: rgb(24,134,222); }

 H1.HeaderClassName
 {
   color: #1886DE;
 }
 .AnyTagClassName
 {
   color: #1886DE;
 }
</style>

background-color css

<style>
 a { background-color: #1886DE; }

 a { background-color: rgb(24,134,222); }

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

border-color css

<style>
 span { border-color: #1886DE; }

 span { border-color: rgb(24,134,222); }

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