Html Css Color HEX #1096FD Dodger Blue

📋 copy color: '#1096FD'

red 16 ◦ green 150 ◦ blue 253

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

Shades of Dodger Blue #1096FD

Tints of Dodger Blue #1096FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 3.82%
G = 35.8%
B = 60.38%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1096FD (or 0x1096FD) is known color: Dodger Blue. HEX triplet: 10, 96 and FD. RGB value is (16,150,253). Sum of RGB (Red+Green+Blue) = 16+150+253=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #1096FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096FD is #EF6902. Grayscale: #797979. Windows color (decimal): -15689987 or 16619024. OLE color: 16619024.

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

Color convert

RGB 16 150 253 -
CMYK 0.94 0.41 0 0.01
HSL 206.08º 0.98% 0.53% -
HSV(B) 206.08º 0.94% 0.99% -
XYZ 28.85 29.01 97.01 -
YUV 121.68 202.11 52.62 -
System Red Green Blue C M Y K H S L
Decimal 16 150 253 0.94 0.41 0 0.01 206.08 0.98 0.53
Hex 10 96 FD 5E 29 0 1 CE 62 35
Octal 20 226 375 136 51 0 1 316 142 65
Binary 10000 10010110 11111101 1011110 101001 0 1 11001110 1100010 110101

Color Harmonies of #1096FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096FD

Black with #1096FD

Text Example


Text Example

White with #1096FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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