Html Css Color HEX #1086E0 Dodger Blue

📋 copy color: '#1086E0'

red 16 ◦ green 134 ◦ blue 224

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

Shades of Dodger Blue #1086E0

Tints of Dodger Blue #1086E0

RGB

 RED value IS 16 (6.64% from 255) = 4.28%

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

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 4.28%
G = 35.83%
B = 59.89%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1086E0 (or 0x1086E0) is known color: Dodger Blue. HEX triplet: 10, 86 and E0. RGB value is (16,134,224). Sum of RGB (Red+Green+Blue) = 16+134+224=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #1086E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1086E0 is #EF791F. Grayscale: #6C6C6C. Windows color (decimal): -15694112 or 14714384. OLE color: 14714384.

HSL color Cylindrical-coordinate representation of color #1086E0: hue angle of 205.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1086E0 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 134 224 -
CMYK 0.93 0.40 0 0.12
HSL 205.96º 0.87% 0.47% -
HSV(B) 205.96º 0.93% 0.88% -
XYZ 22.19 22.54 73.7 -
YUV 108.98 192.91 61.68 -
System Red Green Blue C M Y K H S L
Decimal 16 134 224 0.93 0.40 0 0.12 205.96 0.87 0.47
Hex 10 86 E0 5D 28 0 C CE 57 2F
Octal 20 206 340 135 50 0 14 316 127 57
Binary 10000 10000110 11100000 1011101 101000 0 1100 11001110 1010111 101111

Color Harmonies of #1086E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1086E0

Black with #1086E0

Text Example


Text Example

White with #1086E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1086E0; }

 p { color: rgb(16,134,224); }

 H1.HeaderClassName
 {
   color: #1086E0;
 }
 .AnyTagClassName
 {
   color: #1086E0;
 }
</style>

background-color css

<style>
 a { background-color: #1086E0; }

 a { background-color: rgb(16,134,224); }

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

border-color css

<style>
 span { border-color: #1086E0; }

 span { border-color: rgb(16,134,224); }

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