#109EEB

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

Shades of Dodger Blue #109EEB

Tints of Dodger Blue #109EEB

Color information

#109EEB (or 0x109EEB) is unknown color: approx Dodger Blue. HEX triplet: 10, 9E and EB. RGB value is (16,158,235). Sum of RGB (Red+Green+Blue) = 16+158+235=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #109EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EEB is #EF6114. Grayscale: #7B7B7B. Windows color (decimal): -15687957 or 15441424. OLE color: 15441424.

HSL color Cylindrical-coordinate representation of color #109EEB: hue angle of 201.1º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EEB is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16158235-
CMYK0.930.3300.08
HSL201.1º87.25%49.22%-
HSV(B)201.1º93.19%92.16%-
XYZ27.4430.5683.05-
YUV124.32190.4650.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.91%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 235 (92.19% from 255) = 57.46%
R=3.91%
G=38.63%
B=57.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161582350.930.3300.08201.187.2549.22
Hex109EEB5D2108c95731
Octal202363531354101031112761
Binary100001001111011101011101110110000101000110010011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109EEB; }

 p { color: rgb(16,158,235); }

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

<style>
 a { background-color: #109EEB; }

 a { background-color: rgb(16,158,235); }

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

<style>
 span { border-color: #109EEB; }

 span { border-color: rgb(16,158,235); }

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