Html Css Color HEX #1886DB Dodger Blue

📋 copy color: '#1886DB'

red 24 ◦ green 134 ◦ blue 219

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

Shades of Dodger Blue #1886DB

Tints of Dodger Blue #1886DB

RGB

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

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

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

R = 6.37%
G = 35.54%
B = 58.09%

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

#1886DB (or 0x1886DB) is known color: Dodger Blue. HEX triplet: 18, 86 and DB. RGB value is (24,134,219). Sum of RGB (Red+Green+Blue) = 24+134+219=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #1886DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886DB is #E77924. Grayscale: #6E6E6E. Windows color (decimal): -15169829 or 14386712. OLE color: 14386712.

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

Color convert

RGB 24 134 219 -
CMYK 0.89 0.39 0 0.14
HSL 206.15º 0.8% 0.48% -
HSV(B) 206.15º 0.89% 0.86% -
XYZ 21.69 22.36 70.19 -
YUV 110.8 189.06 66.09 -
System Red Green Blue C M Y K H S L
Decimal 24 134 219 0.89 0.39 0 0.14 206.15 0.8 0.48
Hex 18 86 DB 59 27 0 E CE 50 30
Octal 30 206 333 131 47 0 16 316 120 60
Binary 11000 10000110 11011011 1011001 100111 0 1110 11001110 1010000 110000

Color Harmonies of #1886DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886DB

Black with #1886DB

Text Example


Text Example

White with #1886DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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