#168AF7

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

Shades of Dodger Blue #168AF7

Tints of Dodger Blue #168AF7

Color information

#168AF7 (or 0x168AF7) is unknown color: approx Dodger Blue. HEX triplet: 16, 8A and F7. RGB value is (22,138,247). Sum of RGB (Red+Green+Blue) = 22+138+247=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 247 (96.88% from 255 or 60.69% from 407); Max value from RGB is 247 - color contains mainly: blue. Hex color #168AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AF7 is #E97508. Grayscale: #737373. Windows color (decimal): -15299849 or 16222742. OLE color: 16222742.

HSL color Cylindrical-coordinate representation of color #168AF7: hue angle of 209.07º 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 #168AF7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22138247-
CMYK0.910.4400.03
HSL209.07º93.36%52.75%-
HSV(B)209.07º91.09%96.86%-
XYZ26.2125.0691.45-
YUV115.74202.0761.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.41%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 247 (96.88% from 255) = 60.69%
R=5.41%
G=33.91%
B=60.69%

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
Decimal221382470.910.4400.03209.0793.3652.75
Hex168AF75B2C03d15d35
Octal26212367133540332113565
Binary1011010001010111101111011011101100011110100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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