Html Css Color HEX #1886EE Dodger Blue

📋 copy color: '#1886EE'

red 24 ◦ green 134 ◦ blue 238

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

Shades of Dodger Blue #1886EE

Tints of Dodger Blue #1886EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 6.06%
G = 33.84%
B = 60.1%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1886EE (or 0x1886EE) is known color: Dodger Blue. HEX triplet: 18, 86 and EE. RGB value is (24,134,238). Sum of RGB (Red+Green+Blue) = 24+134+238=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #1886EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1886EE is #E77911. Grayscale: #707070. Windows color (decimal): -15169810 or 15631896. OLE color: 15631896.

HSL color Cylindrical-coordinate representation of color #1886EE: hue angle of 209.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1886EE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 134 238 -
CMYK 0.90 0.44 0 0.07
HSL 209.16º 0.86% 0.51% -
HSV(B) 209.16º 0.9% 0.93% -
XYZ 24.33 23.42 84.13 -
YUV 112.97 198.56 64.54 -
System Red Green Blue C M Y K H S L
Decimal 24 134 238 0.90 0.44 0 0.07 209.16 0.86 0.51
Hex 18 86 EE 5A 2C 0 7 D1 56 33
Octal 30 206 356 132 54 0 7 321 126 63
Binary 11000 10000110 11101110 1011010 101100 0 111 11010001 1010110 110011

Color Harmonies of #1886EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886EE

Black with #1886EE

Text Example


Text Example

White with #1886EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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