#1092EF

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

Shades of Dodger Blue #1092EF

Tints of Dodger Blue #1092EF

Color information

#1092EF (or 0x1092EF) is unknown color: approx Dodger Blue. HEX triplet: 10, 92 and EF. RGB value is (16,146,239). Sum of RGB (Red+Green+Blue) = 16+146+239=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #1092EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1092EF is #EF6D10. Grayscale: #757575. Windows color (decimal): -15691025 or 15700496. OLE color: 15700496.

HSL color Cylindrical-coordinate representation of color #1092EF: hue angle of 205.02º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1092EF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16146239-
CMYK0.930.3900.06
HSL205.02º87.45%50%-
HSV(B)205.02º93.31%93.73%-
XYZ26.0726.985.48-
YUV117.73196.4355.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.99%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 239 (93.75% from 255) = 59.60%
R=3.99%
G=36.41%
B=59.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161462390.930.3900.06205.0287.4550
Hex1092EF5D2706cd5732
Octal20222357135470631512762
Binary10000100100101110111110111011001110110110011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1092EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1092EF; }

 p { color: rgb(16,146,239); }

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

<style>
 a { background-color: #1092EF; }

 a { background-color: rgb(16,146,239); }

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

<style>
 span { border-color: #1092EF; }

 span { border-color: rgb(16,146,239); }

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