#168CF7

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

Shades of Dodger Blue #168CF7

Tints of Dodger Blue #168CF7

Color information

#168CF7 (or 0x168CF7) is unknown color: approx Dodger Blue. HEX triplet: 16, 8C and F7. RGB value is (22,140,247). Sum of RGB (Red+Green+Blue) = 22+140+247=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #168CF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CF7 is #E97308. Grayscale: #747474. Windows color (decimal): -15299337 or 16223254. OLE color: 16223254.

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

Color convert

RGB22140247-
CMYK0.910.4300.03
HSL208.53º93.36%52.75%-
HSV(B)208.53º91.09%96.86%-
XYZ26.525.6491.55-
YUV116.92201.4160.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.38%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 247 (96.88% from 255) = 60.39%
R=5.38%
G=34.23%
B=60.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221402470.910.4300.03208.5393.3652.75
Hex168CF75B2B03d15d35
Octal26214367133530332113565
Binary1011010001100111101111011011101011011110100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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