#1177FF

Color #1177FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1177FF

Tints of Dodger Blue #1177FF

Color information

#1177FF (or 0x1177FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 77 and FF. RGB value is (17,119,255). Sum of RGB (Red+Green+Blue) = 17+119+255=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1177FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1177FF is #EE8800. Grayscale: #676767. Windows color (decimal): -15632385 or 16742161. OLE color: 16742161.

HSL color Cylindrical-coordinate representation of color #1177FF: hue angle of 214.29º 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 #1177FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17119255-
CMYK0.930.5300
HSL214.29º100%53.33%-
HSV(B)214.29º93.33%100%-
XYZ24.8820.5397.26-
YUV104.01213.2165.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.35%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 255 (100% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171192550.930.5300214.2910053.33
Hex1177FF5D3500d66435
Octal21167377135650032614465
Binary10001111011111111111101110111010100110101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1177FF;
 }
 .AnyTagClassName
 {
   color: #1177FF;
 }
</style>
background-color css

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

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

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

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

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

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