Html Css Color HEX #1087EC Dodger Blue

📋 copy color: '#1087EC'

red 16 ◦ green 135 ◦ blue 236

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

Shades of Dodger Blue #1087EC

Tints of Dodger Blue #1087EC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 4.13%
G = 34.88%
B = 60.98%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1087EC (or 0x1087EC) is known color: Dodger Blue. HEX triplet: 10, 87 and EC. RGB value is (16,135,236). Sum of RGB (Red+Green+Blue) = 16+135+236=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #1087EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087EC is #EF7813. Grayscale: #6E6E6E. Windows color (decimal): -15693844 or 15501072. OLE color: 15501072.

HSL color Cylindrical-coordinate representation of color #1087EC: hue angle of 207.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087EC is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 135 236 -
CMYK 0.93 0.43 0 0.07
HSL 207.55º 0.87% 0.49% -
HSV(B) 207.55º 0.93% 0.93% -
XYZ 24.02 23.49 82.63 -
YUV 110.93 198.58 60.29 -
System Red Green Blue C M Y K H S L
Decimal 16 135 236 0.93 0.43 0 0.07 207.55 0.87 0.49
Hex 10 87 EC 5D 2B 0 7 D0 57 31
Octal 20 207 354 135 53 0 7 320 127 61
Binary 10000 10000111 11101100 1011101 101011 0 111 11010000 1010111 110001

Color Harmonies of #1087EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1087EC

Black with #1087EC

Text Example


Text Example

White with #1087EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1087EC; }

 p { color: rgb(16,135,236); }

 H1.HeaderClassName
 {
   color: #1087EC;
 }
 .AnyTagClassName
 {
   color: #1087EC;
 }
</style>

background-color css

<style>
 a { background-color: #1087EC; }

 a { background-color: rgb(16,135,236); }

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

border-color css

<style>
 span { border-color: #1087EC; }

 span { border-color: rgb(16,135,236); }

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