#109CFC

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

Shades of Dodger Blue #109CFC

Tints of Dodger Blue #109CFC

Color information

#109CFC (or 0x109CFC) is unknown color: approx Dodger Blue. HEX triplet: 10, 9C and FC. RGB value is (16,156,252). Sum of RGB (Red+Green+Blue) = 16+156+252=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #109CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CFC is #EF6303. Grayscale: #7C7C7C. Windows color (decimal): -15688452 or 16555024. OLE color: 16555024.

HSL color Cylindrical-coordinate representation of color #109CFC: hue angle of 204.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109CFC is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16156252-
CMYK0.940.3800.01
HSL204.41º97.52%52.55%-
HSV(B)204.41º93.65%98.82%-
XYZ29.6730.9296.5-
YUV125.08199.6250.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.77%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 252 (98.83% from 255) = 59.43%
R=3.77%
G=36.79%
B=59.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161562520.940.3800.01204.4197.5252.55
Hex109CFC5E2601cc6235
Octal20234374136460131414265
Binary100001001110011111100101111010011001110011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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