Html Css Color HEX #1168FD Dodger Blue

📋 copy color: '#1168FD'

red 17 ◦ green 104 ◦ blue 253

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

Shades of Dodger Blue #1168FD

Tints of Dodger Blue #1168FD

RGB

 RED value IS 17 (7.03% from 255) = 4.55%

 GREEN value IS 104 (41.02% from 255) = 27.81%

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

R = 4.55%
G = 27.81%
B = 67.65%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1168FD (or 0x1168FD) is known color: Dodger Blue. HEX triplet: 11, 68 and FD. RGB value is (17,104,253). Sum of RGB (Red+Green+Blue) = 17+104+253=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #1168FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168FD is #EE9702. Grayscale: #5E5E5E. Windows color (decimal): -15636227 or 16607249. OLE color: 16607249.

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

Color convert

RGB 17 104 253 -
CMYK 0.93 0.59 0 0.01
HSL 217.88º 0.98% 0.53% -
HSV(B) 217.88º 0.93% 0.99% -
XYZ 22.91 17.11 95.02 -
YUV 94.97 217.18 72.38 -
System Red Green Blue C M Y K H S L
Decimal 17 104 253 0.93 0.59 0 0.01 217.88 0.98 0.53
Hex 11 68 FD 5D 3B 0 1 DA 62 35
Octal 21 150 375 135 73 0 1 332 142 65
Binary 10001 1101000 11111101 1011101 111011 0 1 11011010 1100010 110101

Color Harmonies of #1168FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168FD

Black with #1168FD

Text Example


Text Example

White with #1168FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,104,253); }

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

background-color css

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

 a { background-color: rgb(17,104,253); }

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

border-color css

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

 span { border-color: rgb(17,104,253); }

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