#1077F6

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

Shades of Dodger Blue #1077F6

Tints of Dodger Blue #1077F6

Color information

#1077F6 (or 0x1077F6) is unknown color: approx Dodger Blue. HEX triplet: 10, 77 and F6. RGB value is (16,119,246). Sum of RGB (Red+Green+Blue) = 16+119+246=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #1077F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077F6 is #EF8809. Grayscale: #666666. Windows color (decimal): -15697930 or 16152336. OLE color: 16152336.

HSL color Cylindrical-coordinate representation of color #1077F6: hue angle of 213.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077F6 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16119246-
CMYK0.930.5200.04
HSL213.13º92.74%51.37%-
HSV(B)213.13º93.5%96.47%-
XYZ23.4519.9689.81-
YUV102.68208.8866.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 246 (96.48% from 255) = 64.57%
R=4.20%
G=31.23%
B=64.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161192460.930.5200.04213.1392.7451.37
Hex1077F65D3404d55d33
Octal20167366135640432513563
Binary1000011101111111011010111011101000100110101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1077F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1077F6; }

 p { color: rgb(16,119,246); }

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

<style>
 a { background-color: #1077F6; }

 a { background-color: rgb(16,119,246); }

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

<style>
 span { border-color: #1077F6; }

 span { border-color: rgb(16,119,246); }

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