Html Css Color HEX #1096F0 Dodger Blue

📋 copy color: '#1096F0'

red 16 ◦ green 150 ◦ blue 240

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

Shades of Dodger Blue #1096F0

Tints of Dodger Blue #1096F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.11%

R = 3.94%
G = 36.95%
B = 59.11%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1096F0 (or 0x1096F0) is known color: Dodger Blue. HEX triplet: 10, 96 and F0. RGB value is (16,150,240). Sum of RGB (Red+Green+Blue) = 16+150+240=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #1096F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096F0 is #EF690F. Grayscale: #777777. Windows color (decimal): -15690000 or 15767056. OLE color: 15767056.

HSL color Cylindrical-coordinate representation of color #1096F0: hue angle of 204.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1096F0 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 150 240 -
CMYK 0.93 0.37 0 0.06
HSL 204.11º 0.88% 0.5% -
HSV(B) 204.11º 0.93% 0.94% -
XYZ 26.85 28.21 86.47 -
YUV 120.19 195.61 53.68 -
System Red Green Blue C M Y K H S L
Decimal 16 150 240 0.93 0.37 0 0.06 204.11 0.88 0.5
Hex 10 96 F0 5D 25 0 6 CC 58 32
Octal 20 226 360 135 45 0 6 314 130 62
Binary 10000 10010110 11110000 1011101 100101 0 110 11001100 1011000 110010

Color Harmonies of #1096F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096F0

Black with #1096F0

Text Example


Text Example

White with #1096F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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