#168BF3

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

Shades of Dodger Blue #168BF3

Tints of Dodger Blue #168BF3

Color information

#168BF3 (or 0x168BF3) is unknown color: approx Dodger Blue. HEX triplet: 16, 8B and F3. RGB value is (22,139,243). Sum of RGB (Red+Green+Blue) = 22+139+243=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #168BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BF3 is #E9740C. Grayscale: #737373. Windows color (decimal): -15299597 or 15960854. OLE color: 15960854.

HSL color Cylindrical-coordinate representation of color #168BF3: hue angle of 208.24º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BF3 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22139243-
CMYK0.910.4300.05
HSL208.24º90.2%51.96%-
HSV(B)208.24º90.95%95.29%-
XYZ25.7425.1188.28-
YUV115.87199.7461.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.45%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 243 (95.31% from 255) = 60.15%
R=5.45%
G=34.41%
B=60.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221392430.910.4300.05208.2490.251.96
Hex168BF35B2B05d05a34
Octal26213363133530532013264
Binary10110100010111111001110110111010110101110100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168BF3; }

 p { color: rgb(22,139,243); }

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

<style>
 a { background-color: #168BF3; }

 a { background-color: rgb(22,139,243); }

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

<style>
 span { border-color: #168BF3; }

 span { border-color: rgb(22,139,243); }

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