Html Css Color HEX #1171FA Dodger Blue

📋 copy color: '#1171FA'

red 17 ◦ green 113 ◦ blue 250

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

Shades of Dodger Blue #1171FA

Tints of Dodger Blue #1171FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 4.47%
G = 29.74%
B = 65.79%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1171FA (or 0x1171FA) is known color: Dodger Blue. HEX triplet: 11, 71 and FA. RGB value is (17,113,250). Sum of RGB (Red+Green+Blue) = 17+113+250=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #1171FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1171FA is #EE8E05. Grayscale: #636363. Windows color (decimal): -15633926 or 16412945. OLE color: 16412945.

HSL color Cylindrical-coordinate representation of color #1171FA: hue angle of 215.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1171FA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 113 250 -
CMYK 0.93 0.55 0 0.02
HSL 215.28º 0.96% 0.52% -
HSV(B) 215.28º 0.93% 0.98% -
XYZ 23.39 18.83 92.84 -
YUV 99.91 212.7 68.86 -
System Red Green Blue C M Y K H S L
Decimal 17 113 250 0.93 0.55 0 0.02 215.28 0.96 0.52
Hex 11 71 FA 5D 37 0 2 D7 60 34
Octal 21 161 372 135 67 0 2 327 140 64
Binary 10001 1110001 11111010 1011101 110111 0 10 11010111 1100000 110100

Color Harmonies of #1171FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171FA

Black with #1171FA

Text Example


Text Example

White with #1171FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1171FA; }

 p { color: rgb(17,113,250); }

 H1.HeaderClassName
 {
   color: #1171FA;
 }
 .AnyTagClassName
 {
   color: #1171FA;
 }
</style>

background-color css

<style>
 a { background-color: #1171FA; }

 a { background-color: rgb(17,113,250); }

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

border-color css

<style>
 span { border-color: #1171FA; }

 span { border-color: rgb(17,113,250); }

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