#1094F1

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

Shades of Dodger Blue #1094F1

Tints of Dodger Blue #1094F1

Color information

#1094F1 (or 0x1094F1) is unknown color: approx Dodger Blue. HEX triplet: 10, 94 and F1. RGB value is (16,148,241). Sum of RGB (Red+Green+Blue) = 16+148+241=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #1094F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1094F1 is #EF6B0E. Grayscale: #767676. Windows color (decimal): -15690511 or 15832080. OLE color: 15832080.

HSL color Cylindrical-coordinate representation of color #1094F1: hue angle of 204.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1094F1 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16148241-
CMYK0.930.3900.05
HSL204.8º88.93%50.39%-
HSV(B)204.8º93.36%94.51%-
XYZ26.6827.6487.15-
YUV119.13196.7754.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.95%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 241 (94.53% from 255) = 59.51%
R=3.95%
G=36.54%
B=59.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161482410.930.3900.05204.888.9350.39
Hex1094F15D2705cd5932
Octal20224361135470531513162
Binary10000100101001111000110111011001110101110011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1094F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1094F1; }

 p { color: rgb(16,148,241); }

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

<style>
 a { background-color: #1094F1; }

 a { background-color: rgb(16,148,241); }

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

<style>
 span { border-color: #1094F1; }

 span { border-color: rgb(16,148,241); }

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