Html Css Color HEX #1886DF Dodger Blue

📋 copy color: '#1886DF'

red 24 ◦ green 134 ◦ blue 223

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

Shades of Dodger Blue #1886DF

Tints of Dodger Blue #1886DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 6.3%
G = 35.17%
B = 58.53%

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

#1886DF (or 0x1886DF) is known color: Dodger Blue. HEX triplet: 18, 86 and DF. RGB value is (24,134,223). Sum of RGB (Red+Green+Blue) = 24+134+223=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #1886DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886DF is #E77920. Grayscale: #6E6E6E. Windows color (decimal): -15169825 or 14648856. OLE color: 14648856.

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

Color convert

RGB 24 134 223 -
CMYK 0.89 0.40 0 0.13
HSL 206.83º 0.81% 0.48% -
HSV(B) 206.83º 0.89% 0.87% -
XYZ 22.22 22.57 73 -
YUV 111.26 191.06 65.76 -
System Red Green Blue C M Y K H S L
Decimal 24 134 223 0.89 0.40 0 0.13 206.83 0.81 0.48
Hex 18 86 DF 59 28 0 D CF 51 30
Octal 30 206 337 131 50 0 15 317 121 60
Binary 11000 10000110 11011111 1011001 101000 0 1101 11001111 1010001 110000

Color Harmonies of #1886DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886DF

Black with #1886DF

Text Example


Text Example

White with #1886DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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