#169CE3

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

Shades of Dodger Blue #169CE3

Tints of Dodger Blue #169CE3

Color information

#169CE3 (or 0x169CE3) is unknown color: approx Dodger Blue. HEX triplet: 16, 9C and E3. RGB value is (22,156,227). Sum of RGB (Red+Green+Blue) = 22+156+227=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #169CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CE3 is #E9631C. Grayscale: #7B7B7B. Windows color (decimal): -15295261 or 14916630. OLE color: 14916630.

HSL color Cylindrical-coordinate representation of color #169CE3: hue angle of 200.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169CE3 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22156227-
CMYK0.900.3100.11
HSL200.78º82.33%48.82%-
HSV(B)200.78º90.31%89.02%-
XYZ26.0829.4976.99-
YUV124.03186.1155.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.43%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 227 (89.06% from 255) = 56.05%
R=5.43%
G=38.52%
B=56.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221562270.900.3100.11200.7882.3348.82
Hex169CE35A1F0Bc95231
Octal262343431323701331112261
Binary10110100111001110001110110101111101011110010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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