Html Css Color HEX #1180FF Dodger Blue

📋 copy color: '#1180FF'

red 17 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #1180FF

Tints of Dodger Blue #1180FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 4.25%
G = 32%
B = 63.75%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1180FF (or 0x1180FF) is known color: Dodger Blue. HEX triplet: 11, 80 and FF. RGB value is (17,128,255). Sum of RGB (Red+Green+Blue) = 17+128+255=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #1180FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180FF is #EE7F00. Grayscale: #6C6C6C. Windows color (decimal): -15630081 or 16744465. OLE color: 16744465.

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

Color convert

RGB 17 128 255 -
CMYK 0.93 0.50 0 0
HSL 212.02º 1% 0.53% -
HSV(B) 212.02º 0.93% 1% -
XYZ 26 22.78 97.63 -
YUV 109.29 210.23 62.17 -
System Red Green Blue C M Y K H S L
Decimal 17 128 255 0.93 0.50 0 0 212.02 1 0.53
Hex 11 80 FF 5D 32 0 0 D4 64 35
Octal 21 200 377 135 62 0 0 324 144 65
Binary 10001 10000000 11111111 1011101 110010 0 0 11010100 1100100 110101

Color Harmonies of #1180FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180FF

Black with #1180FF

Text Example


Text Example

White with #1180FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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