#169DEF

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

Shades of Dodger Blue #169DEF

Tints of Dodger Blue #169DEF

Color information

#169DEF (or 0x169DEF) is unknown color: approx Dodger Blue. HEX triplet: 16, 9D and EF. RGB value is (22,157,239). Sum of RGB (Red+Green+Blue) = 22+157+239=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #169DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169DEF is #E96210. Grayscale: #7D7D7D. Windows color (decimal): -15294993 or 15703318. OLE color: 15703318.

HSL color Cylindrical-coordinate representation of color #169DEF: hue angle of 202.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #169DEF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22157239-
CMYK0.910.3400.06
HSL202.67º87.15%51.18%-
HSV(B)202.67º90.79%93.73%-
XYZ27.9730.5286.08-
YUV125.98191.7753.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.26%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 239 (93.75% from 255) = 57.18%
R=5.26%
G=37.56%
B=57.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221572390.910.3400.06202.6787.1551.18
Hex169DEF5B2206cb5733
Octal26235357133420631312763
Binary10110100111011110111110110111000100110110010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169DEF; }

 p { color: rgb(22,157,239); }

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

<style>
 a { background-color: #169DEF; }

 a { background-color: rgb(22,157,239); }

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

<style>
 span { border-color: #169DEF; }

 span { border-color: rgb(22,157,239); }

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