#108CF8

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

Shades of Dodger Blue #108CF8

Tints of Dodger Blue #108CF8

Color information

#108CF8 (or 0x108CF8) is unknown color: approx Dodger Blue. HEX triplet: 10, 8C and F8. RGB value is (16,140,248). Sum of RGB (Red+Green+Blue) = 16+140+248=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 248 (97.27% from 255 or 61.39% from 404); Max value from RGB is 248 - color contains mainly: blue. Hex color #108CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108CF8 is #EF7307. Grayscale: #727272. Windows color (decimal): -15692552 or 16288784. OLE color: 16288784.

HSL color Cylindrical-coordinate representation of color #108CF8: hue angle of 207.93º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #108CF8 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16140248-
CMYK0.940.4400.03
HSL207.93º94.31%51.76%-
HSV(B)207.93º93.55%97.25%-
XYZ26.5425.6492.36-
YUV115.24202.9257.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.96%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 248 (97.27% from 255) = 61.39%
R=3.96%
G=34.65%
B=61.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161402480.940.4400.03207.9394.3151.76
Hex108CF85E2C03d05e34
Octal20214370136540332013664
Binary1000010001100111110001011110101100011110100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108CF8; }

 p { color: rgb(16,140,248); }

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

<style>
 a { background-color: #108CF8; }

 a { background-color: rgb(16,140,248); }

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

<style>
 span { border-color: #108CF8; }

 span { border-color: rgb(16,140,248); }

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