Html Css Color HEX #1096FF Dodger Blue

📋 copy color: '#1096FF'

red 16 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #1096FF

Tints of Dodger Blue #1096FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 3.8%
G = 35.63%
B = 60.57%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1096FF (or 0x1096FF) is known color: Dodger Blue. HEX triplet: 10, 96 and FF. RGB value is (16,150,255). Sum of RGB (Red+Green+Blue) = 16+150+255=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #1096FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096FF is #EF6900. Grayscale: #797979. Windows color (decimal): -15689985 or 16750096. OLE color: 16750096.

HSL color Cylindrical-coordinate representation of color #1096FF: hue angle of 206.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1096FF is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 150 255 -
CMYK 0.94 0.41 0 0
HSL 206.36º 1% 0.53% -
HSV(B) 206.36º 0.94% 1% -
XYZ 29.17 29.14 98.7 -
YUV 121.9 203.11 52.46 -
System Red Green Blue C M Y K H S L
Decimal 16 150 255 0.94 0.41 0 0 206.36 1 0.53
Hex 10 96 FF 5E 29 0 0 CE 64 35
Octal 20 226 377 136 51 0 0 316 144 65
Binary 10000 10010110 11111111 1011110 101001 0 0 11001110 1100100 110101

Color Harmonies of #1096FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096FF

Black with #1096FF

Text Example


Text Example

White with #1096FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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