#1095F1

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

Shades of Dodger Blue #1095F1

Tints of Dodger Blue #1095F1

Color information

#1095F1 (or 0x1095F1) is unknown color: approx Dodger Blue. HEX triplet: 10, 95 and F1. RGB value is (16,149,241). Sum of RGB (Red+Green+Blue) = 16+149+241=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #1095F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1095F1 is #EF6A0E. Grayscale: #777777. Windows color (decimal): -15690255 or 15832336. OLE color: 15832336.

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

Color convert

RGB16149241-
CMYK0.930.3800.05
HSL204.53º88.93%50.39%-
HSV(B)204.53º93.36%94.51%-
XYZ26.8427.9687.2-
YUV119.72196.4454.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.94%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 241 (94.53% from 255) = 59.36%
R=3.94%
G=36.70%
B=59.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161492410.930.3800.05204.5388.9350.39
Hex1095F15D2605cd5932
Octal20225361135460531513162
Binary10000100101011111000110111011001100101110011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1095F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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