#109CF0

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

Shades of Dodger Blue #109CF0

Tints of Dodger Blue #109CF0

Color information

#109CF0 (or 0x109CF0) is unknown color: approx Dodger Blue. HEX triplet: 10, 9C and F0. RGB value is (16,156,240). Sum of RGB (Red+Green+Blue) = 16+156+240=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #109CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CF0 is #EF630F. Grayscale: #7B7B7B. Windows color (decimal): -15688464 or 15768592. OLE color: 15768592.

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

Color convert

RGB16156240-
CMYK0.930.3500.06
HSL202.5º88.19%50.2%-
HSV(B)202.5º93.33%94.12%-
XYZ27.8330.1886.8-
YUV123.72193.6251.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.88%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 240 (94.14% from 255) = 58.25%
R=3.88%
G=37.86%
B=58.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161562400.930.3500.06202.588.1950.2
Hex109CF05D2306ca5832
Octal20234360135430631213062
Binary10000100111001111000010111011000110110110010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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