#1175FF

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

Shades of Dodger Blue #1175FF

Tints of Dodger Blue #1175FF

Color information

#1175FF (or 0x1175FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 75 and FF. RGB value is (17,117,255). Sum of RGB (Red+Green+Blue) = 17+117+255=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #1175FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175FF is #EE8A00. Grayscale: #666666. Windows color (decimal): -15632897 or 16741649. OLE color: 16741649.

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

Color convert

RGB17117255-
CMYK0.930.5400
HSL214.79º100%53.33%-
HSV(B)214.79º93.33%100%-
XYZ24.6420.0697.18-
YUV102.83213.8766.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.37%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 65.55%
R=4.37%
G=30.08%
B=65.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171172550.930.5400214.7910053.33
Hex1175FF5D3600d76435
Octal21165377135660032714465
Binary10001111010111111111101110111011000110101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1175FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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