Html Css Color HEX #1180FE Dodger Blue

📋 copy color: '#1180FE'

red 17 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #1180FE

Tints of Dodger Blue #1180FE

RGB

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

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

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

R = 4.26%
G = 32.08%
B = 63.66%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1180FE (or 0x1180FE) is known color: Dodger Blue. HEX triplet: 11, 80 and FE. RGB value is (17,128,254). Sum of RGB (Red+Green+Blue) = 17+128+254=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #1180FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180FE is #EE7F01. Grayscale: #6C6C6C. Windows color (decimal): -15630082 or 16678929. OLE color: 16678929.

HSL color Cylindrical-coordinate representation of color #1180FE: hue angle of 211.9º 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 #1180FE is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 128 254 -
CMYK 0.93 0.50 0 0.00
HSL 211.9º 0.99% 0.53% -
HSV(B) 211.9º 0.93% 1% -
XYZ 25.84 22.71 96.79 -
YUV 109.18 209.73 62.25 -
System Red Green Blue C M Y K H S L
Decimal 17 128 254 0.93 0.50 0 0.00 211.9 0.99 0.53
Hex 11 80 FE 5D 32 0 0 D4 63 35
Octal 21 200 376 135 62 0 0 324 143 65
Binary 10001 10000000 11111110 1011101 110010 0 0 11010100 1100011 110101

Color Harmonies of #1180FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180FE

Black with #1180FE

Text Example


Text Example

White with #1180FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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