Html Css Color HEX #1886ED Dodger Blue

📋 copy color: '#1886ED'

red 24 ◦ green 134 ◦ blue 237

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

Shades of Dodger Blue #1886ED

Tints of Dodger Blue #1886ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 6.08%
G = 33.92%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1886ED (or 0x1886ED) is known color: Dodger Blue. HEX triplet: 18, 86 and ED. RGB value is (24,134,237). Sum of RGB (Red+Green+Blue) = 24+134+237=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #1886ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1886ED is #E77912. Grayscale: #707070. Windows color (decimal): -15169811 or 15566360. OLE color: 15566360.

HSL color Cylindrical-coordinate representation of color #1886ED: hue angle of 209.01º 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 #1886ED is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 134 237 -
CMYK 0.90 0.43 0 0.07
HSL 209.01º 0.86% 0.51% -
HSV(B) 209.01º 0.9% 0.93% -
XYZ 24.19 23.36 83.35 -
YUV 112.85 198.06 64.62 -
System Red Green Blue C M Y K H S L
Decimal 24 134 237 0.90 0.43 0 0.07 209.01 0.86 0.51
Hex 18 86 ED 5A 2B 0 7 D1 56 33
Octal 30 206 355 132 53 0 7 321 126 63
Binary 11000 10000110 11101101 1011010 101011 0 111 11010001 1010110 110011

Color Harmonies of #1886ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886ED

Black with #1886ED

Text Example


Text Example

White with #1886ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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