Html Css Color HEX #1096EC Dodger Blue

📋 copy color: '#1096EC'

red 16 ◦ green 150 ◦ blue 236

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

Shades of Dodger Blue #1096EC

Tints of Dodger Blue #1096EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 3.98%
G = 37.31%
B = 58.71%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1096EC (or 0x1096EC) is known color: Dodger Blue. HEX triplet: 10, 96 and EC. RGB value is (16,150,236). Sum of RGB (Red+Green+Blue) = 16+150+236=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #1096EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096EC is #EF6913. Grayscale: #777777. Windows color (decimal): -15690004 or 15504912. OLE color: 15504912.

HSL color Cylindrical-coordinate representation of color #1096EC: hue angle of 203.45º 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 #1096EC is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 150 236 -
CMYK 0.93 0.36 0 0.07
HSL 203.45º 0.87% 0.49% -
HSV(B) 203.45º 0.93% 0.93% -
XYZ 26.26 27.98 83.37 -
YUV 119.74 193.61 54.01 -
System Red Green Blue C M Y K H S L
Decimal 16 150 236 0.93 0.36 0 0.07 203.45 0.87 0.49
Hex 10 96 EC 5D 24 0 7 CB 57 31
Octal 20 226 354 135 44 0 7 313 127 61
Binary 10000 10010110 11101100 1011101 100100 0 111 11001011 1010111 110001

Color Harmonies of #1096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096EC

Black with #1096EC

Text Example


Text Example

White with #1096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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