Html Css Color HEX #1886DD Dodger Blue

📋 copy color: '#1886DD'

red 24 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #1886DD

Tints of Dodger Blue #1886DD

RGB

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

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

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

R = 6.33%
G = 35.36%
B = 58.31%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1886DD (or 0x1886DD) is known color: Dodger Blue. HEX triplet: 18, 86 and DD. RGB value is (24,134,221). Sum of RGB (Red+Green+Blue) = 24+134+221=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #1886DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886DD is #E77922. Grayscale: #6E6E6E. Windows color (decimal): -15169827 or 14517784. OLE color: 14517784.

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

Color convert

RGB 24 134 221 -
CMYK 0.89 0.39 0 0.13
HSL 206.5º 0.8% 0.48% -
HSV(B) 206.5º 0.89% 0.87% -
XYZ 21.95 22.46 71.59 -
YUV 111.03 190.06 65.93 -
System Red Green Blue C M Y K H S L
Decimal 24 134 221 0.89 0.39 0 0.13 206.5 0.8 0.48
Hex 18 86 DD 59 27 0 D CE 50 30
Octal 30 206 335 131 47 0 15 316 120 60
Binary 11000 10000110 11011101 1011001 100111 0 1101 11001110 1010000 110000

Color Harmonies of #1886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886DD

Black with #1886DD

Text Example


Text Example

White with #1886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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