Html Css Color HEX #1180F7 Dodger Blue

📋 copy color: '#1180F7'

red 17 ◦ green 128 ◦ blue 247

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

Shades of Dodger Blue #1180F7

Tints of Dodger Blue #1180F7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

 BLUE value IS 247 (96.88% from 255) = 63.01%

R = 4.34%
G = 32.65%
B = 63.01%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1180F7 (or 0x1180F7) is known color: Dodger Blue. HEX triplet: 11, 80 and F7. RGB value is (17,128,247). Sum of RGB (Red+Green+Blue) = 17+128+247=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #1180F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180F7 is #EE7F08. Grayscale: #6B6B6B. Windows color (decimal): -15630089 or 16220177. OLE color: 16220177.

HSL color Cylindrical-coordinate representation of color #1180F7: hue angle of 211.04º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1180F7 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 128 247 -
CMYK 0.93 0.48 0 0.03
HSL 211.04º 0.93% 0.52% -
HSV(B) 211.04º 0.93% 0.97% -
XYZ 24.74 22.27 90.99 -
YUV 108.38 206.23 62.82 -
System Red Green Blue C M Y K H S L
Decimal 17 128 247 0.93 0.48 0 0.03 211.04 0.93 0.52
Hex 11 80 F7 5D 30 0 3 D3 5D 34
Octal 21 200 367 135 60 0 3 323 135 64
Binary 10001 10000000 11110111 1011101 110000 0 11 11010011 1011101 110100

Color Harmonies of #1180F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180F7

Black with #1180F7

Text Example


Text Example

White with #1180F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1180F7; }

 p { color: rgb(17,128,247); }

 H1.HeaderClassName
 {
   color: #1180F7;
 }
 .AnyTagClassName
 {
   color: #1180F7;
 }
</style>

background-color css

<style>
 a { background-color: #1180F7; }

 a { background-color: rgb(17,128,247); }

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

border-color css

<style>
 span { border-color: #1180F7; }

 span { border-color: rgb(17,128,247); }

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