#1095EF

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

Shades of Dodger Blue #1095EF

Tints of Dodger Blue #1095EF

Color information

#1095EF (or 0x1095EF) is unknown color: approx Dodger Blue. HEX triplet: 10, 95 and EF. RGB value is (16,149,239). Sum of RGB (Red+Green+Blue) = 16+149+239=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #1095EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1095EF is #EF6A10. Grayscale: #777777. Windows color (decimal): -15690257 or 15701264. OLE color: 15701264.

HSL color Cylindrical-coordinate representation of color #1095EF: hue angle of 204.22º 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 #1095EF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16149239-
CMYK0.930.3800.06
HSL204.22º87.45%50%-
HSV(B)204.22º93.31%93.73%-
XYZ26.5427.8485.64-
YUV119.49195.4454.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.96%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=3.96%
G=36.88%
B=59.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161492390.930.3800.06204.2287.4550
Hex1095EF5D2606cc5732
Octal20225357135460631412762
Binary10000100101011110111110111011001100110110011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1095EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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