#169CEF

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

Shades of Dodger Blue #169CEF

Tints of Dodger Blue #169CEF

Color information

#169CEF (or 0x169CEF) is unknown color: approx Dodger Blue. HEX triplet: 16, 9C and EF. RGB value is (22,156,239). Sum of RGB (Red+Green+Blue) = 22+156+239=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #169CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169CEF is #E96310. Grayscale: #7C7C7C. Windows color (decimal): -15295249 or 15703062. OLE color: 15703062.

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

Color convert

RGB22156239-
CMYK0.910.3500.06
HSL202.95º87.15%51.18%-
HSV(B)202.95º90.79%93.73%-
XYZ27.830.1886.02-
YUV125.4192.1154.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.28%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=5.28%
G=37.41%
B=57.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221562390.910.3500.06202.9587.1551.18
Hex169CEF5B2306cb5733
Octal26234357133430631312763
Binary10110100111001110111110110111000110110110010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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