#1095F0

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

Shades of Dodger Blue #1095F0

Tints of Dodger Blue #1095F0

Color information

#1095F0 (or 0x1095F0) is unknown color: approx Dodger Blue. HEX triplet: 10, 95 and F0. RGB value is (16,149,240). Sum of RGB (Red+Green+Blue) = 16+149+240=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #1095F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1095F0 is #EF6A0F. Grayscale: #777777. Windows color (decimal): -15690256 or 15766800. OLE color: 15766800.

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

Color convert

RGB16149240-
CMYK0.930.3800.06
HSL204.38º88.19%50.2%-
HSV(B)204.38º93.33%94.12%-
XYZ26.6927.986.42-
YUV119.61195.9454.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.95%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=3.95%
G=36.79%
B=59.26%

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
Decimal161492400.930.3800.06204.3888.1950.2
Hex1095F05D2606cc5832
Octal20225360135460631413062
Binary10000100101011111000010111011001100110110011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1095F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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