#168BF7

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

Shades of Dodger Blue #168BF7

Tints of Dodger Blue #168BF7

Color information

#168BF7 (or 0x168BF7) is unknown color: approx Dodger Blue. HEX triplet: 16, 8B and F7. RGB value is (22,139,247). Sum of RGB (Red+Green+Blue) = 22+139+247=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #168BF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BF7 is #E97408. Grayscale: #737373. Windows color (decimal): -15299593 or 16222998. OLE color: 16222998.

HSL color Cylindrical-coordinate representation of color #168BF7: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BF7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22139247-
CMYK0.910.4400.03
HSL208.8º93.36%52.75%-
HSV(B)208.8º91.09%96.86%-
XYZ26.3525.3591.5-
YUV116.33201.7460.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.39%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 247 (96.88% from 255) = 60.54%
R=5.39%
G=34.07%
B=60.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221392470.910.4400.03208.893.3652.75
Hex168BF75B2C03d15d35
Octal26213367133540332113565
Binary1011010001011111101111011011101100011110100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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