Html Css Color HEX #1171FE Dodger Blue

📋 copy color: '#1171FE'

red 17 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #1171FE

Tints of Dodger Blue #1171FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.15%

R = 4.43%
G = 29.43%
B = 66.15%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1171FE (or 0x1171FE) is known color: Dodger Blue. HEX triplet: 11, 71 and FE. RGB value is (17,113,254). Sum of RGB (Red+Green+Blue) = 17+113+254=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #1171FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1171FE is #EE8E01. Grayscale: #636363. Windows color (decimal): -15633922 or 16675089. OLE color: 16675089.

HSL color Cylindrical-coordinate representation of color #1171FE: hue angle of 215.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1171FE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 113 254 -
CMYK 0.93 0.56 0 0.00
HSL 215.7º 0.99% 0.53% -
HSV(B) 215.7º 0.93% 1% -
XYZ 24.03 19.09 96.18 -
YUV 100.37 214.7 68.54 -
System Red Green Blue C M Y K H S L
Decimal 17 113 254 0.93 0.56 0 0.00 215.7 0.99 0.53
Hex 11 71 FE 5D 38 0 0 D8 63 35
Octal 21 161 376 135 70 0 0 330 143 65
Binary 10001 1110001 11111110 1011101 111000 0 0 11011000 1100011 110101

Color Harmonies of #1171FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171FE

Black with #1171FE

Text Example


Text Example

White with #1171FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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