#1164FC

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

Shades of Dodger Blue #1164FC

Tints of Dodger Blue #1164FC

Color information

#1164FC (or 0x1164FC) is unknown color: approx Dodger Blue. HEX triplet: 11, 64 and FC. RGB value is (17,100,252). Sum of RGB (Red+Green+Blue) = 17+100+252=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1164FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FC is #EE9B03. Grayscale: #5B5B5B. Windows color (decimal): -15637252 or 16540689. OLE color: 16540689.

HSL color Cylindrical-coordinate representation of color #1164FC: hue angle of 218.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1164FC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17100252-
CMYK0.930.6000.01
HSL218.81º97.51%52.75%-
HSV(B)218.81º93.25%98.82%-
XYZ22.3616.2694.06-
YUV92.5121874.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.61%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 252 (98.83% from 255) = 68.29%
R=4.61%
G=27.10%
B=68.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171002520.930.6000.01218.8197.5152.75
Hex1164FC5D3C01db6235
Octal21144374135740133314265
Binary10001110010011111100101110111110001110110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1164FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1164FC; }

 p { color: rgb(17,100,252); }

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

<style>
 a { background-color: #1164FC; }

 a { background-color: rgb(17,100,252); }

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

<style>
 span { border-color: #1164FC; }

 span { border-color: rgb(17,100,252); }

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